On Sat, Apr 11, 2015 at 10:46 AM, Malcolm Sparks <[email protected]>
>
> So, in summary, I think it would be useful to have a single 'default'
> routing library in Clojure that supported isomorphism and was built on
> protocols, as a minimum. Now that Clojure is attracting so many new users,
> it would be great to discuss the outstanding differences between all the
> routing libraries and try to drive some consensus as to what a combined
> library would include.
>

I'm on board with most of this post (and the Bidi approach in particular),
I'm not sure consensus is necessary but I'll throw in my 2 cents.

- Please, no more defroute etc macros
- Routing should be composable. I want to take some routes and just plug
them in at some level of my existing hierarchy.
- Middleware should be decoupled from the routes as much as possible. The
process for associating middleware to the request should be
parallel/complementary to resolving the resource. Maybe "middleware" is not
the best concept to begin with.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to