lish/README.md
Yann Esposito (Yogsototh) 7081b0ab10
updated README
2017-02-21 21:29:15 +01:00

393 B

lish

This project is an experimental LISP flavoured Shell

Build

Install stack

And then

git clone https://github.com/yogsototh/lish.git
cd lish
stack setup && stack build
stack exec -- lish-exe

To note

This Haskell project use the stack template tasty-travis.

Please read file tutorial.md for first steps in using the template.