CLERIC is an implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface.
2011-08-05 Version 0.1.2 released!
Fixed two bugs in the message sending and receiving code that were
introduced in 0.1.1.
2011-07-18 Version 0.1.1 released!
CLERIC now depends on and uses FLEXI-STREAMS.
The API has changed slightly.
2011-05-28 Version 0.1.0 released!
Moved around and changed a lot of code.
CLERIC is now capable of running in server mode.
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 ieee-floats].............................
[package md5].....................................
[package trivial-gray-streams]....................
[package flexi-streams]...........................
..................................................
..................................................
[package usocket].................................
[package cleric-bops].............................
[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 usocket (depends on SPLIT-SEQUENCE), FLEXI-STREAMS (depends on trivial-gray-streams), MD5, IEEE-Floats, and Alexandria.
Check out the wiki and the online documentation.