- Clojure-Py 0.2 Released!
(via @planetclojure) —
Clojure-Py is moving at a great speed, in part because the python VM is a very good host for Clojure. This new release brings us deftypes, protocols, reify, records, binding, defmulti and defmethod, hierarchies, try/catch and try/finally (but not try/catch/finally), beter python interop and much more (as in, 290 tests). Also, it can’t be easier to give it a try with easy_install.
- Elixir now has a build tool inspired by Clojure's Leiningen by @IORayne
(via @elixirlang) —
Not only clojure is creeping into other host languages (CLR, JavaScript, Python), but also Leiningen is now creeping into Elixir, a language built on top of the Erlang VM.
- Clojure-Py and Distributed Concurrency (Part 1)
(via @planetclojure) —
… or, how to get arround the fact that many python libraries require GIL, an unfortunate fact that limits concurrency in Python programs. Hint: actors