Sven Van Caekenberghe's colleague Nicky Peeters has written a paper on building web applications with lisp, “Using Common Lisp to Build Web Applications” [via unicast].
The paper covers the KPAX web application framework (mentioned in Sven's recent case study) and the Psilog weblog system.
Posted by jjwiseman at November 05, 2003 11:39 AMAnyone notice an error on page 19?
Posted by: Conrad on November 5, 2003 10:08 PMErrata for page 19 :-)
? (mapcar #'* '(10 20 30) '(100 100 100))
(1000 2000 3000)
I'm always failing math it seems ;-)
Posted by: Nicky Peeters on November 5, 2003 11:51 PMGood article, though.
Posted by: Conrad on November 6, 2003 09:59 PM