Hacker News new | ask | show | jobs
by dig1 2176 days ago
Those who like clojure/lisp, can try with Hy [1]. The latest version removed Python 2 support, but previous versions would work on Python 2 and 3. Can directly run hy code, compile to pyc or readable python source files.

For functional programming aficionados that still prefer python, don't forget PyToolz [2] or single-source-file underscore.py [3].

[1] https://docs.hylang.org/en/stable/

[2] https://toolz.readthedocs.io/en/latest/

[3] https://github.com/serkanyersen/underscore.py