I like it.  Kiln looks like it is automatically composing the request
handler based mostly on a description of data types (*) provided and
needed.  Is that correct, more or less?

It looks very useful.  Using Common Lisp (not Clojure yet) I end up
using a lot of macros when handling HTTP requests to handle
boilerplate minutiae but that strategy doesn't always work cleanly
because most of the requests are the almost the same but slightly
different. So either I write macros with arguments to configure the
output of the macro or end up making multiple macros, or resort to
inserting boilerplate by hand.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to