Ryan Gonzalez beb21d384c Fix a unit test bug on slim Python Docker images
If HyASTCompiler is given a string, it imports it and uses it as the
execution environment. However, the unit tests gave HyASTCompiler the
string 'test', assuming it would create a new test module, when in
reality it would import CPython's test module that is designed for
internal use. Slim Docker images don't include this module, therefore
the tests would fail to run.
2019-10-13 14:08:07 -05:00
2014-04-30 01:51:21 +03:00
2019-10-08 09:40:15 -05:00
2014-10-06 13:37:51 -06:00
2014-09-08 14:56:04 +02:00
2019-06-04 14:01:59 -04:00
2019-09-23 21:54:46 +02:00
2019-06-04 14:01:59 -04:00
2014-11-22 10:28:31 -05:00
2018-08-18 18:05:40 -04:00
2019-02-07 08:57:35 -05:00
2017-04-26 14:00:11 -07:00
2018-02-13 15:31:52 -08:00
2019-09-11 10:24:03 -04:00
2019-04-23 15:35:12 -04:00
2018-02-14 16:05:31 -05:00

Hy

Version

XKCD #224

Lisp and Python should love each other. Let's make it happen.

Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp code into Python abstract syntax tree (AST) objects, you have the whole beautiful world of Python at your fingertips, in Lisp form.

To install the latest stable release of Hy, just use the command pip3 install --user hy. Then you can start an interactive read-eval-print loop (REPL) with the command hy, or run a Hy program with hy myprogram.hy.

Project

Cuddles the Hacker

(fan art from the one and only doctormo)

Description
Hy fork
Readme 6.1 MiB
Languages
Python 50.7%
Hy 41.5%
reStructuredText 7.1%
Batchfile 0.4%
Makefile 0.3%