5 ms·
Pixie[1] is also worth a look. It's Clojure-like scripting language written in RPython. [1] https://github.com/pixie-lang/pixie https://github.com/pixie-lang/p
by sputnikus 11y ago
Pixie[1] is also worth a look. It's Clojure-like scripting language written in RPython.
[1] https://github.com/pixie-lang/pixie https://github.com/pixie-lang/pixie
- dorfsmay 11y agoIndeed pretty cool, clojure implemented in rpython!
- rakoo 11y agoFor even more fun, checkout hy (https://github.com/hylang/hy https://github.com/hylang/hy). It's completely compatible with standard python both ways (ie you can import python from hy and import hy from python), so you can import python-sh and do awesome stuff like: (import [sh [cat grep wc]]) (-> (cat "/usr/share/dict/words") (grep "-E" "^hy") (wc "-l"))
- andrewchambers 11y agoIt isn't clojure compatible, it is like clojure.