Add latex2png CSS styles
[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
21* [[UCWNotes][UCW Structural Notes]]
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.