lish/README.md
Yann Esposito (Yogsototh) 20caf8f394
Use catamorphism
2017-03-12 15:13:14 +01:00

25 lines
506 B
Markdown

lish
==========
[![Build Status](https://travis-ci.org/yogsototh/lish.svg?branch=master)](https://travis-ci.org/yogsototh/lish)
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`.
Please read file `tutorial.md` for first steps in using the template.