No description
Find a file
Yann Esposito (Yogsototh) 7716fe39c7
fixed map
2017-04-16 16:18:52 +02:00
examples fixed map 2017-04-16 16:18:52 +02:00
src fixed map 2017-04-16 16:18:52 +02: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 Use catamorphism 2017-03-12 15:13:14 +01:00
.gitignore Multiline commands 2017-03-11 12:07:38 +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 strict fns, recursive fns are working 2017-04-11 23:49:19 +02:00
package.yaml strict fns, recursive fns are working 2017-04-11 23:49:19 +02:00
README.md Use catamorphism 2017-03-12 15:13:14 +01:00
Setup.hs first commit for lish 2017-02-18 17:57:37 +01:00
stack.yaml Use catamorphism 2017-03-12 15:13:14 +01:00

lish

Build Status

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.