CLERIC is an implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface.
2012-12-01 Version 0.2.0 released!
Refactored and split large parts of the code into two new libraries:
cl-erlang-term
and cl-bert.
The package CLERIC-BOPS has been removed.
Markus Flambard.
CLERIC is easily installed with Quicklisp or ASDF-Install.
Using Quicklisp:
CL-USER> (ql:quickload :cleric)
...
... lots of output ...
...
..................................................
[package alexandria.0.dev]........................
[package nibbles].................................
[package erlang-term].............................
[package md5].....................................
[package trivial-gray-streams]....................
[package flexi-streams]...........................
..................................................
..................................................
[package usocket].................................
[package common-lisp-erlang-interface]............
[package cleric-epmd]........................
(:CLERIC)
Using ASDF-Install:
CL-USER> (asdf-install:install :cleric)
...
... lots of output ...
...
NIL
If you are not using Quicklisp or ASDF-Install, download the latest tarball or zip-file from GitHub and extract it where ASDF can find it.
CLERIC needs cl-erlang-term (depends on nibbles), usocket (depends on SPLIT-SEQUENCE), FLEXI-STREAMS (depends on trivial-gray-streams), MD5, and Alexandria.
Check out the wiki and the online documentation.