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

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

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)))))

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)))))

Cool. It will be in the "Success Stories" section of my survey paper's next version. -- Dan Bruce Lewis wrote:
Linux / Jetty / BRL (Kawa Scheme) / PostgreSQL
On Fri, Jan 23, 2009 at 7:36 PM, Matt Knox <matthewknox@gmail.com <mailto:matthewknox@gmail.com>> wrote:
what's the tech stack behind ourdoings.com <http://ourdoings.com> ?
2009/1/23 Bruce Lewis <brlewis@ourdoings.com <mailto: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 <mailto: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)))))
------------------------------------------------------------------------
_______________________________________________ boston-lisp mailing list boston-lisp@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/boston-lisp
-- ________________________________________ Daniel Weinreb http://danweinreb.org/blog/ Lisp: The Next 50 Years: http://ilc09.org
participants (3)
-
Bruce Lewis
-
Daniel Weinreb
-
Matt Knox