The OP is going to have kittens when he finds out about hylang (https://github.com/hylang/hy)
back
2 comments
I prefer YVFC:
http://www.chiark.greenend.org.uk/~pcorbett/yvfc.html
Which, as you can immediately tell, is a Lisp interpreter written in Python, as a single expression. No macros, though.
I recently found out about hy and I am seriously evaluating it for use with Django in production. Does anyone have experience using hy in production they could share?
Played with it for some Bottle apps and otherwise boring scripts (which are now half the size and easier to maintain). No ill effects so far, but dealing with classes is... Un-hythonic somehow :)
(Edit: typo)
If Debian thinks hy is stable enough to use in production I think it's good enough for me :)
P.S. I use Debian as my main OS for all my computers