lish/README.md

20 lines
333 B
Markdown
Raw Normal View History

2017-02-18 16:57:37 +00:00
lish
==========
2017-03-11 21:23:25 +00:00
[![Build Status](https://travis-ci.org/yogsototh/lish.svg?branch=master)](https://travis-ci.org/yogsototh/lish)
2017-02-21 20:29:15 +00:00
This project is an experimental LISP flavoured Shell
## Build
2020-08-02 08:53:28 +00:00
Install [`nix`](https://nixos.org/nix)
2017-02-21 20:29:15 +00:00
And then
~~~
git clone https://github.com/yogsototh/lish.git
cd lish
2020-08-02 08:53:28 +00:00
nix-shell
cabal run lish
2017-02-21 20:29:15 +00:00
~~~