On Nov 29, 1:35 am, Wilson MacGyver wrote:
> Are there any plans to add these features back into compojure?
Yep. Compojure will use Hiccup and Clout in the near future for
handling routes and HTML generation. Most of the server stuff will be
handled by Ring, and I'll probably spin off the Jetty s
Are there any plans to add these features back into compojure?
Thanks
--
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 wit
Hi folks,
I've spun off some functionality of the Compojure web framework into
two standalone libraries, Clout and Hiccup.
Clout is a HTTP routing library. It uses a similar style to the routes
in Ruby web frameworks like Rails and Sinatra, and is based off the
compojure.http.routes