On 10 May 2010 19:34, Nicolas Buduroi <
nbud...@gmail.com> wrote:
> That great! Do you have a roadmap to the 1.0 release?
Not as such, but I do have an idea of what I want to do for 0.5.0.
I want to pull response rendering and parameter and cookie middleware
out of the route macros, and put it in a defhandler or defapp macro.
You'd use defhandler to tie together routes and middleware in one
place. You could still use wrap! and raw defroutes, but defhandler
would allow for a more concise syntax in most cases.
I haven't really considered the details though; it's just a vague idea
right now.
Beyond that, I have no more plans. Assuming I, or other people, have
no more good ideas, I'll consider it complete and release 1.0. Now
that a lot of Compojure's functionality has been factored out, I can
afford to make Compojure very lightweight.
Outside of Compojure, I'm going to continue to work on Ring, and for a
while now, I've been wanting to try my hand at creating a fast
webserver entirely in Clojure.