Skip to content

Commit a1fb138

Browse files
author
Duncan McGreggor
committed
Merge branch 'master' of github.com:haskell-lisp/blaise
2 parents 4fbfecf + d8d3ea7 commit a1fb138

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
```

0 commit comments

Comments
 (0)