Linux / Jetty / BRL (Kawa Scheme) / PostgreSQL
what's the tech stack behind ourdoings.com ?
2009/1/23 Bruce Lewis <brlewis@ourdoings.com>
Hello Boston Lisp. I wasn't sure I could attend next week's interesting-looking meeting, and it seems even less likely now, but for happy reasons. I'm dealing with a lot of new users and feature requests for my Scheme-based web site after it got a good review:_______________________________________________
boston-lisp mailing list
boston-lisp@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/boston-lisp
--
(def (eval e l d c)
(if (atom? e)
((ahandler (type e)) e l d c)
(eval (car e) l d
(fun (x)
(evapp x (cdr e) l d c)))))