Hi all, It's been a while. I wrote some code that functions similarly to Ruby on Rails's routes feature. Namely, it maps a URL path to a dictionary, and can map a dictionary to a URL path. This code would greatly simplify the process of mapping URL paths to controllers, methods, and arguments. If you've written -- or are thinking about writing -- a web application server in Scheme, please check this out. It should work with any R5RS Scheme.
Regards, Ed . . . Documentation: http://poseur.com/scoots/scoots.rtf Code: http://poseur.com/scoots/scoots.scm -- Transmogrify, LLC * <http://xmog.com> _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
