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

nodrygo/elicloj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

call Clojure nREPL from Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages