Skip to content
README 520 B
Newer Older


** Hacking on erlang-in-lisp**
To get the code with git, we create a new repository and pull
in the lastest version (you probably did this already):
mkdir erlang-in-lisp
git init
git pull http://common-lisp.net/project/erlang-in-lisp/git/ master
Matt Bone's avatar
Matt Bone committed

Pushing a patch to the master branch:
git push shell.common-lisp.net/project/erlang-in-lisp/git
Matt Bone's avatar
Matt Bone committed
(The assumption is you are in the erlang-in-lisp group on common-lisp.net).

** Resources **

Lisp For Erlang:
http://forum.trapexit.org/viewtopic.php?p=40619#40619

Matt Bone's avatar
Matt Bone committed
test...