RosettaCodeData/Lang/Hy/00DESCRIPTION
2018-06-22 20:57:24 +00:00

6 lines
No EOL
240 B
Text

{{language}}
{{implementation|Lisp}}
A Lispy syntax for [[Python]]. The implementation generates Python abstract syntax trees (AST), not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.
Website: http://hylang.org