No description
Find a file
Yann Esposito (Yogsototh) 7081b0ab10
updated README
2017-02-21 21:29:15 +01:00
src State monad 2017-02-21 00:14:39 +01:00
src-benchmark first commit for lish 2017-02-18 17:57:37 +01:00
src-doctest first commit for lish 2017-02-18 17:57:37 +01:00
src-exe first commit for lish 2017-02-18 17:57:37 +01:00
src-test first commit for lish 2017-02-18 17:57:37 +01:00
.gitignore first commit for lish 2017-02-18 17:57:37 +01:00
.travis.yml first commit for lish 2017-02-18 17:57:37 +01:00
CHANGELOG.md first commit for lish 2017-02-18 17:57:37 +01:00
LICENSE first commit for lish 2017-02-18 17:57:37 +01:00
lish.cabal added environment 2017-02-20 23:26:21 +01:00
README.md updated README 2017-02-21 21:29:15 +01:00
Setup.hs first commit for lish 2017-02-18 17:57:37 +01:00
stack.yaml first commit for lish 2017-02-18 17:57:37 +01:00

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.