/CLERIC

Common Lisp Erlang Interface and BERT serializer

Primary LanguageCommon LispMIT LicenseMIT

CLERIC - Common Lisp Erlang Interface

CLERIC is an implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface.

CLERIC also includes a BERT serializer.

Homepage: http://common-lisp.net/project/cleric/

Please see the doc/ directory for further documentation. The latest documentation is available online.

How to install

CLERIC is easily installed with Quicklisp or ASDF-Install.

Using Quicklisp:

> (ql:quickload :cleric)

Using ASDF-Install:

> (asdf-install:install :cleric)

One can also download a tarball and untar it where ASDF can find it.

To check out the latest code, use git:

$ git clone git://github.com/flambard/CLERIC.git

Dependencies

Quicklisp and ASDF-Install will download and install these libraries automatically when installing CLERIC.