Category:Hy

From Rosetta Code
Language
Hy
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Hy.
Hy is an implementation of Lisp. Other implementations of 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