chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Scoots: Scheme implementation of Ruby on Rails routes fe


From: Ed Watkeys
Subject: [Chicken-users] Scoots: Scheme implementation of Ruby on Rails routes feature
Date: Tue, 12 Jul 2005 13:54:04 -0400 (EDT)
User-agent: SquirrelMail/1.4.4

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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]