Hy fork
Go to file
Kodi Arfer 88f30c4b35
Merge pull request #1886 from Kodiologist/empty-expr
Fixes for empty expressions
2020-04-03 14:29:23 -04:00
bin Make hy2py public. 2014-04-30 01:51:21 +03:00
docs Reduce scope of symbol replacement for anaphoric macros 2020-03-31 11:18:48 -04:00
hy Fix a check for empty input in `macroexpand` 2020-04-03 14:24:48 -04:00
tests Fix detection of compiler bugs in `cant_compile` 2020-04-03 14:24:25 -04:00
.dockerignore Add initial .dockerignore file 2014-10-06 13:37:51 -06:00
.gitignore Update .gitignore to exclude pytest cache folder 2018-03-31 23:54:44 -04:00
.mailmap added new mail 2014-09-08 14:56:04 +02:00
.travis.yml Use the released version of Python 3.8 on Travis 2019-11-17 10:23:21 -05:00
AUTHORS Add @eganjs to Authors 2020-03-31 11:18:51 -04:00
CONTRIBUTING.rst Policy: allow PRs to be merged more easily 2018-02-24 10:04:56 -08:00
Dockerfile update my email 2014-11-22 10:28:31 -05:00
LICENSE Revamp the setup script's install command 2020-01-18 16:06:09 -06:00
MANIFEST.in Include fastentrypoints in the MANIFEST 2020-01-04 14:50:33 -05:00
Makefile Drop --allow-all-external, deprecated by PEP 470 2018-02-14 16:05:31 -05:00
NEWS.rst Fix a check for empty input in `macroexpand` 2020-04-03 14:24:48 -04:00
README.md Advertise our Stack Overflow tag 2019-09-11 10:24:03 -04:00
conftest.py Don't test Python 2 2019-06-04 14:01:59 -04:00
fastentrypoints.py Use fastentrypoints 2018-08-18 18:05:40 -04:00
get_version.py get_version.py: allow specifying version in environment variable 2019-09-23 20:35:48 +02:00
issue_template.md Point out appropriate help forums 2018-07-31 20:51:04 -06:00
make.bat Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
requirements-dev.txt Require a sufficiently recent version of pytest 2017-08-26 21:57:43 -07:00
requirements-travis.txt Require a sufficiently recent version of pytest 2017-08-26 21:57:43 -07:00
setup.cfg Ignore SyntaxWarnings while testing 2019-04-23 15:35:12 -04:00
setup.py Revamp the setup script's install command 2020-01-18 16:06:09 -06:00
tox.ini Add posargs to tox test runner 2018-02-14 16:05:31 -05:00

README.md

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)