From 64ec2a3b0b1f6dde92797a6765eabb011b3d674f Mon Sep 17 00:00:00 2001 From: Moghedrin Date: Fri, 5 Sep 2014 16:54:47 -0600 Subject: [PATCH] Started on hylang --- hylang/README-content.md | 2 ++ hylang/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hylang/README-content.md b/hylang/README-content.md index 985d0bd58..dec092771 100644 --- a/hylang/README-content.md +++ b/hylang/README-content.md @@ -1,5 +1,7 @@ # 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/) # How to use this image diff --git a/hylang/README.md b/hylang/README.md index dde7dc953..9078606e7 100644 --- a/hylang/README.md +++ b/hylang/README.md @@ -1,5 +1,7 @@ # 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/) # How to use this image