File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ blaise
2
+ ======
3
+
4
+ Slava Akhmechet's Lisp (implemented in Haskell) from 2006
5
+
6
+ ### Intro
7
+
8
+ This project is described in Slava's related
9
+ [ post on the topic] ( http://www.defmacro.org/ramblings/lisp-in-haskell.html ) .
10
+ There is also some
11
+ [ related material] ( http://members.gamedev.net/coffeemug/test/blaise/faq.html )
12
+ discussing Slava's motivation for working on this project.
13
+
14
+ ### Dependencies
15
+
16
+ You will need Haskell installed on your system. Download:
17
+ * http://www.haskell.org/platform/
18
+
19
+ Then install ` cabal-dev ` :
20
+ ``` bash
21
+ $ cabal install cabal-dev
22
+ ```
23
+
24
+ You may need to add the cabel-dev ` bin ` directory to your ` $PATH ` .
25
+
26
+
27
+ ### Building
28
+
29
+ Get the source:
30
+ ``` bash
31
+ $ git clone https://github.com/haskell-lisp/blaise.git
32
+ $ cd blaise
33
+ ```
34
+
35
+ Build, install in, and run from a local dev env:
36
+ ``` bash
37
+ $ cabal-dev install
38
+ $ ./cabal-dev/bin/blaise
39
+ ```
You can’t perform that action at this time.
0 commit comments