Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.3 KB

Elicloj

What is this

Elicloj goal is to connect an Erlang/Elixir process to Clojure nRepl

First ALPHA RELEASE working using simple API
WARNING Not production ready

  • you can run multiple REPL - only one socket per REPL
  • you can create many CLONE per REPL (Clone is a THREAD in the REPL )

## TO DO

  • correct remaining bugs
  • better handle of mltiple return from repl
  • properly terminate and kill repl at end
  • create multiple server each one with its own REPL
  • finish and make running the demo code

What do you need ?

Clojure and Lein2 must be present and in your PATH
need my simple and stupid Elixir Bencoder (deps in mix)

Use Case

  • first get the code git clone https://github.com/nodrygo/elicloj mix deps.get mix deps.compile mix compile
  • then see doc/howto

requirements