18 April, 2013

hy 0.9.6


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Paul Tagliamonte | More scripts
hy.pault.ag
MIT License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
Python
April 19th, 2013, 03:57 GMT [view history]
C: \ Programming Methods and Algorithms

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 (->>).


Download button
Via: hy 0.9.6

0 Comment: