Daniel's Tumblog2008-06-20T15:38:01ZContinuations in Uncommon WebBill Clementson2008-01-06T00:18:47Z

For those of you unfamiliar with UCW, you might question how it can be "continuation-based" when CL doesn't support continuations. Well, Marco Baringer (the creator of UCW) has written a CPS transformer that saves the lexical and GUI state in a web application written with UCW.

Wow.

Tags: PROGRAMMING LISP CONTINUATIONS

Character Mandelbrot in Common LispJ.P. Larocque2008-01-06T00:17:39Z

Mandelbrot in Common Lisp, rendered with textual characters.

Tags: PROGRAMMING LISP FRACTALS MATH GEOMETRY

cl-numlibTamás K Papp2007-12-26T06:53:27Z

A collection of diverse numerical functions (basic utility functions, numerical integration, univariate and multivariate optimization, rootfinding, random numbers) for Common Lisp. Work in progress.

Cool.

Tags: NUMERIC LISP LIBRARIES BAIRD

Optimizing Lisp with SBCLZak2007-11-29T09:19:08Z

I hope you can follow that link, I have bad luck with Reddit "permalinks."

An interesting examination of an optimized fibonacci calculator in Lisp.

Tags: LISP REDDIT

The Origins of the Common Lisp Condition SystemKent Pitman2007-11-28T18:31:56Z

It's been difficult getting these ideas out into the mainstream. I had a terrible time getting the CL community into them. I didn't invent them, but I was worried they would not ever leave the Lisp Machine, and had numerous discussions with vendors EVEN AFTER producing the sample implementation above and handing it to them and telling them they could use it where they told me the ridiculous claim that a fancy condition system like the Lisp Machine had required special hardware.

The background story to Lisp's phenomenal exception handling system (with a third element most lack, the restart).

Tags: LISP HISTORY

What was it like to work on a Lisp machine?Antonio Menezes Leitao2007-11-26T01:15:06Z

A touching account.

Tags: LISP LISPM