Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Clack

Name: Anonymous 2011-06-05 6:10

http://clacklisp.org/

WSGI-like environment for Common Lisp. Opinions?

Name: Anonymous 2011-06-05 13:07

They extensively use Python-style decorators. I'm not sure I like it.

@url GET "/hello/:name"
(defun hello (params)
  (format nil "Hello, ~A" (getf params :name)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List