| |||||
hy is a variant of the Lisp programming language.
It's different from other language variants because it compilers directly into Python ASTs (abstract syntax trees).
This basically allows developers to embed Lisp code anywhere in a Python-based app or website.
Requirements:
· Python 2.6 or higher
What's New in This Release: [ read full changelog ]
· Statements in the `fn' path early will not return anymore.
· Added "not" as the inline "not" operator. It's advised to still use "not-in" or "is-not" rather then nesting.
· `let' macro added.
· Added "~" as the "invert" operator.
· Added `and' and `or'.
· Added the tail threading macro (->>).

Via: hy 0.9.6






0 Comment:
Post a Comment