Arc Forumnew | comments | leaders | submit | mattknox's commentslogin

I'm pretty heavily involved with LispNYC, and they're the lispiest of the Google SoC sponsoring organizations. I'm also pretty interested in psyco, so if someone finds a student who wants to work on this, I'd be happy to mentor.

-----

2 points by mattknox 5919 days ago | link | parent | on: Calling all Washington DC Arconauts

you mean Feb 9th, right?

-----

1 point by drcode 5919 days ago | link

Oops- Of course it's Feb 9th

-----


LispNYC ( a lisp user group in New York ) has, in the last year or so, seen the debut of at least 3 lisps: otter by perry metzger, clojure by rich hickey, and nyclisp by me. Nyclisp is by far the least mature, but I'm trying to clean it up a bit for a release.

-----


nyclisp, using the web framework I'll have to write when I get home from SF:

  (serve said
    (form1 [link-to-code "click here" (text "you said: " _)]))
(edited for format)

-----