Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flambard/CLERIC
Common Lisp Erlang Interface
https://github.com/flambard/CLERIC
Last synced: 3 months ago
JSON representation
Common Lisp Erlang Interface
- Host: GitHub
- URL: https://github.com/flambard/CLERIC
- Owner: flambard
- License: mit
- Created: 2010-05-29T09:31:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T16:43:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:11:10.825Z (5 months ago)
- Language: Common Lisp
- Homepage: http://common-lisp.net/project/cleric/
- Size: 946 KB
- Stars: 33
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cl - CLERIC - a Common Lisp Erlang Interface. An implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface. [MIT][200]. (Erlang ##)
README
CLERIC - Common Lisp Erlang Interface
=====================================CLERIC is an implementation of the Erlang distribution protocol, comparable with
erl_interface and jinterface.Homepage:
Please see the `doc/` directory for further documentation. The latest documentation is available [online](http://common-lisp.net/project/cleric/doc/).
How to install
--------------CLERIC is easily installed with [Quicklisp](http://www.quicklisp.org/).
> (ql:quickload :cleric)
To check out the latest code, use git:
$ git clone git://github.com/flambard/CLERIC.git
### Dependencies
- [cl-epmd](https://github.com/flambard/cl-epmd)
- [cl-erlang-term](https://github.com/flambard/cl-erlang-term)
- [usocket](http://common-lisp.net/project/usocket/)
- [binary-data](https://github.com/gigamonkey/monkeylib-binary-data)
- [CL-MD5](http://www.cliki.net/CL-MD5)
- [Alexandria](http://common-lisp.net/project/alexandria/)Quicklisp will download and install these libraries automatically when installing CLERIC.