CLERIC

Common Lisp Erlang Interface

Introduction

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

News

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.

Mailing Lists

Project members

Markus Flambard.

How to install CLERIC

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.

Dependencies

CLERIC needs cl-erlang-term (depends on nibbles), usocket (depends on SPLIT-SEQUENCE), FLEXI-STREAMS (depends on trivial-gray-streams), MD5, and Alexandria.

How to use CLERIC

Check out the wiki and the online documentation.


Valid XHTML 1.0 Strict