clojang / lfecljapp

An Example LFE/Clojure Multi-node System using OTP and Supervision Trees
Other
28 stars 2 forks source link

Support running Clojure nodes from LFE #26

Open oubiwann opened 7 years ago

oubiwann commented 7 years ago

This has previously been done in an ad hoc manner, and we need to make it easy for developers to start Clojure nodes from LFE using methodologies familiar to Clojure developers. We'll start with support for lein and the assumption of a lein-based Clojure project, but we can extend that to boot and raw java later. Maybe even maven.

Features required in Clojang to support this effort:

Related tasks in the lfecljapp project:

Part of release #20 (0.4.0)