|
|
|
|
|
by agentultra
4398 days ago
|
|
The only problem with Hy is that it's not, technically, a Lisp: it's Python with a Lisp syntax so that you can programmatically manipulate Python AST trees with a simple interface: plain-old-data-structures, iterators, and functions. caveat I'm a core Hy developer. ;) |
|