Revert "html update"
[clinton/website/site/unknownlamer.org.git] / Lisp.muse
1 #title Lisp is for Cool People
2
3 I am a programmer, and I write most of my software in Scheme and
4 Common Lisp. Lately I have been tending toward Common Lisp for
5 potential commercial ventures as there is a very solid set of
6 libraries for doing almost anything in Common Lisp. It's like using
7 perl, but with well designed libraries and readable applications.
8
9 * [[Site Software]]
10
11 A bit of Emacs-Lisp and Common Lisp keep this site running.
12
13 * [[SCWM][Scheme Constraints Window Manager]]
14
15 Some work I have done on [[http://scwm.sourceforge.net][SCWM]].
16
17 * [[Metaobject Protocols]]
18
19 Notes for a short (fifteen minute) presentation on MOPs.
20
21 * [[UCWNotes][UCW Structural Notes]] (*Out of Date*)
22
23 Notes on the structure of the =ucw_dev= branch of [[http://common-lisp.net/project/ucw/][UnCommon Web]]. The
24 source is nicely documented, but lacked a handy roadmap so I compiled
25 a few notes after reading through it.
26
27 Alas, this is a bit out of date; =ucw_dev= is dead, =ucw_ajax= was vastly
28 different, and =ucw-core= offers a much simplified and cleaned up
29 interface. Drew Crampsie is writing (or perhaps has written depending
30 on how far in the future you live from me) documentation for =ucw-core=
31 which ought to make my overview obsolete.