No description
Find a file
Yann Esposito (Yogsototh) f0301d3c4e
first non trivial test
2017-02-27 08:54:54 +01:00
src first non trivial test 2017-02-27 08:54:54 +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 non trivial test 2017-02-27 08:54:54 +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 first non trivial test 2017-02-27 08:54:54 +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.