Started on hylang
This commit is contained in:
parent
aebec6172a
commit
64ec2a3b0b
|
|
@ -1,5 +1,7 @@
|
||||||
# What is hylang?
|
# What is hylang?
|
||||||
|
|
||||||
|
Hy (alternately, Hylang) is a dialect of the Lisp programming language designed to interoperate with Python by translating expressions into Python's abstract syntax tree (AST). Similar to Clojure's mapping of s-expressions onto the JVM, Hy is meant to operate as a transparent Lisp front end to Python's abstract syntax. Hy also allows for Python libraries (include the standard library) to be imported and accessed alongside Hy code with a compilation step, converting the data structure of both into Python's AST.
|
||||||
|
|
||||||
> [hy.readthedocs.org/en/latest/](http://hy.readthedocs.org/en/latest/)
|
> [hy.readthedocs.org/en/latest/](http://hy.readthedocs.org/en/latest/)
|
||||||
|
|
||||||
# How to use this image
|
# How to use this image
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# What is hylang?
|
# What is hylang?
|
||||||
|
|
||||||
|
Hy (alternately, Hylang) is a dialect of the Lisp programming language designed to interoperate with Python by translating expressions into Python's abstract syntax tree (AST). Similar to Clojure's mapping of s-expressions onto the JVM, Hy is meant to operate as a transparent Lisp front end to Python's abstract syntax. Hy also allows for Python libraries (include the standard library) to be imported and accessed alongside Hy code with a compilation step, converting the data structure of both into Python's AST.
|
||||||
|
|
||||||
> [hy.readthedocs.org/en/latest/](http://hy.readthedocs.org/en/latest/)
|
> [hy.readthedocs.org/en/latest/](http://hy.readthedocs.org/en/latest/)
|
||||||
|
|
||||||
# How to use this image
|
# How to use this image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue