py2hy
py2hy copied to clipboard
A Python to Hy (https://github.com/hylang/hy) compiler
status
hey, i'm a lisp friend being forced to use python for flask type things. i'd like to get going on hy and i thought a good way to do so...
fix for hy ver0.18
I am planning to relicense py2hy from LGPL to MIT. The main reason is for license compatibility with the main Hy repository, where it has the MIT license (more precisely,...
Hey! I am getting this error when trying to run py2hy. ```ImportError: module 'py2hy.py2hy' has no attribute 'main'``` I am using Python 3.6.7 and Hy 0.13.0.
How can I `pip install` this? Thank you!
Hy has had a new release with some breaking language changes. py2hy will probably need updates to remain compatible.