Linux / Jetty / BRL (Kawa Scheme) / PostgreSQL
On Fri, Jan 23, 2009 at 7:36 PM, Matt Knox matthewknox@gmail.com wrote:
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:
http://www.louisgray.com/live/2009/01/our-doings-you-upload-moment-they.html
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)))))