clojure-erlastic

Micro lib making use of erlang JInterface lib to decode and encode Binary Erlang Term and simple erlang port interface with core.async channel. So you can communicate with erlang coroutine with clojure abstraction

Leiningen/Boot

[clojure-erlastic "0.1.61"]

Clojure CLI/deps.edn

clojure-erlastic/clojure-erlastic {:mvn/version "0.1.61"}

Gradle

implementation("clojure-erlastic:clojure-erlastic:0.1.61")

Maven

<dependency>
  <groupId>clojure-erlastic</groupId>
  <artifactId>clojure-erlastic</artifactId>
  <version>0.1.61</version>
</dependency>