I have created a 0th iteration of the clojure in common lisp effort.
git clone git://github.com/daly/clojlisp.git
will create a directory called clojlisp containing:
README -- how to get started from scratch
clojlisp.pamphlet -- the literate program
clojlisp.pdf -- a pdf generated from clojlisp.pamphlet
clojureIcon.eps -- a pretty icon
tangle.c -- the program for extracting chunks
Makefile -- the basic tool for creating the code
changelog -- a list of changed files
You could read the README or just type:
gcc -o tangle tangle.c
make
xpdf clojlisp.pdf &
sbcl
(load "clojlisp.lisp")
(in-package "CLOJLISP")
(clojlisp)
(common-lisp::+ 2 3)
(sb-ext:quit)
emacs clojlisp.pamphlet
... change stuff
... make
Tim Daly
Literate Software
[email protected]
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en