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

Bruce Lewis brlewis at ourdoings.com
Sat Jan 24 02:23:32 UTC 2009


Linux / Jetty / BRL (Kawa Scheme) / PostgreSQL

On Fri, Jan 23, 2009 at 7:36 PM, Matt Knox <matthewknox at gmail.com> wrote:

> 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/16dfb319/attachment.html>


More information about the boston-lisp mailing list