aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 3892f01625719b5a5e4110555e69f7e4ba337b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
lisk
----

an educational lisp interpreter written in haskell


build and run
-------------

nix:
  
  cabal2nix . > default.nix
  nix-build release.nix
  ./result/bin/lisk


cabal:

  cabal run

todo
----

* use Control.Monad.Except from mtl to handle errors
* implement property based testing with quickcheck, look
  under tests/Properties.hs