aboutsummaryrefslogtreecommitdiff

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:

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

Enjoy!