Very nice. I really love the docs. Covers how to use almost everything with plenty of example code and short descriptions.
I like variadic args, type hints. Doesn't cover how to test a handler (from code) and see response. Maybe move query-string request docs up to where query-string params introduced. I like integer and vector returns. I'd like cookies-set to take :expires :never so user doesn't have to write a far future date out in that special format. Wondering about lack of compojure style request destructuring in route. Does (request-get) return the request that you then destructure in a let in your action? Cheers, Scott On Wed, Oct 6, 2010 at 3:30 AM, Patrik Hedman <[email protected]>wrote: > I'm pleased to announce the 0.1.0 release of funkyweb, my ring based > clojure webframework. > > It provides the following main abstractions: > > Controller: Controllers work somewhat like namespaces in that they define > the base of the route so any actions defined under a controller will have > routes generated that starts with the controller name. > > Action: Actions looks like functions in that they take a name an argument > list and a body and they generates routes and url helper functions based on > their name and arguments. > > More information can be found in the readme included with the source code > at http://github.com/pmh/funkyweb > > I would love to hear what you think about it. > > > - Patrik > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected]<clojure%[email protected]> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
