Category:Hy: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{language}} A Lispy syntax for Python. The implementation can generate Python source code, not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython....")
 
m (Tagged as a Lisp)
Line 1: Line 1:
{{language}}
{{language}}
{{implementation|Lisp}}


A Lispy syntax for [[Python]]. The implementation can generate Python source code, not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.
A Lispy syntax for [[Python]]. The implementation can generate Python source code, not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.

Revision as of 06:00, 27 January 2015

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 can generate Python source code, not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.

Website: http://hylang.org