flambard / CLERIC

Common Lisp Erlang Interface

Home Page:http://common-lisp.net/project/cleric/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLERIC - Common Lisp Erlang Interface

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

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.

> (ql:quickload :cleric)

To check out the latest code, use git:

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

Dependencies

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

About

Common Lisp Erlang Interface

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

License:MIT License


Languages

Language:Common Lisp 86.5%Language:Erlang 13.5%