Clojure for the Erlang VM (unofficial)
Clojerl is an experimental implementation of Clojure that runs on the Erlang VM, combining Clojure's expressive features—including macros, collections, protocols, and multimethods—with Erlang's robust concurrency model and distributed systems capabilities. The project is built with Erlang/OTP 21+ and rebar3, the official Erlang build tool, and includes a rebar3_clojerl plugin to help developers scaffold, compile, test, and run Clojerl projects. The project was created by an individual contributor as a learning experiment in language implementation, aiming to leverage both the Erlang VM's strengths for building safe and scalable systems and Clojure's power as a Lisp for concurrent programming.