Clojang 0.2.0

Erlang's JInterface in Idiomatic Clojure.

Installation

To install, add the following dependency to your project or build file:

[clojang "0.2.0"]

Topics

Namespaces

clojang.conn

clojang.core

clojang.dev

A development namespace that imports other useful namespaces for easy prototyping, &c. The intended use is for this to be the initial namespace when running lein repl from the Clojang project directory.

Public variables and functions:

clojang.mbox

clojang.msg

clojang.node

clojang.rpc

The clojang.rpc namespace has no analong in the JInterface package. This namepsace intends to provide a similar interface as that provided by the clojang.conn namespace: a set of functions for sending and receiving messages to and from remote processes. In this case, however, there is a very specfic client we expect to be receiving requests from and replying to: an RPC client, and one that expects this namespace to provide functions compatible with the RPC capabilities of an Erlang/OTP gen_server.

clojang.types

clojang.util

Public variables and functions: