[boston-lisp] glowing review of Scheme-based web site

Matt Knox matthewknox at gmail.com
Sat Jan 24 00:36:25 UTC 2009


what's the tech stack behind ourdoings.com ?

2009/1/23 Bruce Lewis <brlewis at 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 at 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)))))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/boston-lisp/attachments/20090123/15302eb9/attachment.html>


More information about the boston-lisp mailing list