No description
Find a file
Yann Esposito (Yogsototh) 4064004e09
added getenv with alias $
2017-02-25 17:21:29 +01:00
src added getenv with alias $ 2017-02-25 17:21:29 +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 let and better env data structure 2017-02-25 17:02:05 +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.