lish/README.md

24 lines
393 B
Markdown
Raw Normal View History

2017-02-18 16:57:37 +00:00
lish
==========
2017-02-21 20:29:15 +00:00
This project is an experimental LISP flavoured Shell
## Build
Install [`stack`](http://haskellstack.org)
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`.
2017-02-18 16:57:37 +00:00
Please read file `tutorial.md` for first steps in using the template.