what's the tech stack behind <a href="http://ourdoings.com">ourdoings.com</a> ? <br><br><div class="gmail_quote">2009/1/23 Bruce Lewis <span dir="ltr"><<a href="mailto:brlewis@ourdoings.com">brlewis@ourdoings.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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:<br>

<br><a href="http://www.louisgray.com/live/2009/01/our-doings-you-upload-moment-they.html" target="_blank">http://www.louisgray.com/live/2009/01/our-doings-you-upload-moment-they.html</a><br><br>
<br>_______________________________________________<br>
boston-lisp mailing list<br>
<a href="mailto:boston-lisp@common-lisp.net">boston-lisp@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/boston-lisp" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/boston-lisp</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>(def (eval e l d c)<br>  (if  (atom? e)<br>      ((ahandler (type e)) e l d c)<br>      (eval (car e) l d <br>              (fun (x) <br>                 (evapp x (cdr e) l d c)))))<br>