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.
|
6 years ago | |
---|---|---|
examples | 6 years ago | |
lish | 6 years ago | |
src | 6 years ago | |
src-benchmark | 6 years ago | |
src-doctest | 6 years ago | |
src-exe | 6 years ago | |
src-test | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
CHANGELOG.md | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
Setup.hs | 6 years ago | |
lish.cabal | 6 years ago | |
package.yaml | 6 years ago | |
stack.yaml | 6 years ago |
README.md
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.