More destailed description of my site setup
[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]]
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.