You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Yann Esposito (Yogsototh) efe548cfa5
fix eval
6 years ago
examples added comment support 6 years ago
lish fix eval 6 years ago
src fix eval 6 years ago
src-benchmark first commit for lish 6 years ago
src-doctest first commit for lish 6 years ago
src-exe first commit for lish 6 years ago
src-test fix tests 6 years ago
.gitignore Multiline commands 6 years ago
.travis.yml first commit for lish 6 years ago
CHANGELOG.md first commit for lish 6 years ago
LICENSE first commit for lish 6 years ago
README.md Use catamorphism 6 years ago
Setup.hs first commit for lish 6 years ago
lish.cabal strict fns, recursive fns are working 6 years ago
package.yaml strict fns, recursive fns are working 6 years ago
stack.yaml Use catamorphism 6 years ago

README.md

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.