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