hy/tests/resources/bin
Yigong Wang 4073c78069 Add -E support for Hy REPL
This commit adds -E support for Hy. Similar to Python, hy will ignore
all PYTHON* environment variables, e.g. PYTHONPATH and PYTHONHOME,
that might be set.
2018-03-31 15:16:40 -07:00
..
__init__.hy Fixes a long-standing bug in import under Python 3.3 and later. 2014-12-07 11:02:48 -07:00
bytecompile.hy Automatically read and write bytecode 2017-04-14 13:38:33 -07:00
main.hy defmain macro; handles the whole if __name__ == __main__ / main function dance 2014-04-10 13:58:38 -05:00
nomain.hy defmain macro; handles the whole if __name__ == __main__ / main function dance 2014-04-10 13:58:38 -05:00
printenv.hy Add -E support for Hy REPL 2018-03-31 15:16:40 -07:00