Category:Hy: Difference between revisions

Hy generates AST, not source. The astor tool can generate source from the AST, but it's not always valid.
m (Tagged as a Lisp)
(Hy generates AST, not source. The astor tool can generate source from the AST, but it's not always valid.)
 
Line 2:
{{implementation|Lisp}}
 
A Lispy syntax for [[Python]]. The implementation can generategenerates Python sourceabstract syntax trees code(AST), not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.
 
Website: http://hylang.org
Anonymous user