aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: daea6488669886d7d5c76358501c4d5980a58f99 (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
HAIKU BOOK
=============

A very simple book of haiku implemented in common lisp and CLIM.


## How to install

Prerequisistes:

- sbcl
- quicklisp
- mcclim

Use the following process to install and run:

```lisp
(ql:quickload :mcclim)
(ql:quickload :haiku-book)
(in-package :haiku-book/frame)
(clim:find-application-frame 'read-haiku)
```

Enjoy!