** 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 Pushing a patch to the master branch: git push shell.common-lisp.net/project/erlang-in-lisp/git (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 test...