Installation
Roselisp is a Node package and is hosted on GitHub. Use git clone to fetch the source code:
git clone https://github.com/epsil/roselisp.git
When the above command finishes, download package depencies with npm install:
cd roselisp
npm install
Then create a global package link with npm link:
sudo npm link
You can now invoke roselisp from the command line.