2013/8/13 Baishampayan Ghose
> Curious, how does it differ from Clout?
Clout is a route recognition library (URL/path => route). Route One is a
route
generation library (route => URL/path).
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
--
--
You received this m
That's clearer, thanks! ~BG
On Tue, Aug 13, 2013 at 11:51 PM, Oleksandr Petrov
wrote:
> It actually doesn't do anything Clout does.
> Latest modifications actually make it 100% complementary to clout, so now
> you can do:
>
> (defroute about "/about")
> (defroute documents "/docs/:title")
>
>
> (
It actually doesn't do anything Clout does.
Latest modifications actually make it 100% complementary to clout, so now
you can do:
(defroute about "/about")(defroute documents "/docs/:title")
(compojure/defroutes main-routes
(compojure/GET about-template request (handlers.root/root-page
request
Curious, how does it differ from Clout? ~BG
On Tue, Aug 13, 2013 at 9:38 PM, Michael Klishin
wrote:
> On behalf of the ClojureWerkz team, I'm happy to announce our not-so-new
> project that has recently reached 1.0.0-rc1 stage: Route One [1].
>
> Route One is a route generation library compliment