public
Description: a Scheme written in Ruby, but implemented on the bus!
Homepage: http://bus-scheme.rubyforge.org
Clone URL: git://github.com/technomancy/bus-scheme.git
Initial work done on full-scheme rack apps.

Lots of work left to be done but you can now specify
a rack app in scheme.  It's a lambda that is given the
env and returns a cons that represents the status,
headers, and body of the response.
JackDanger (author)
Sun Jun 01 20:40:52 -0700 2008
commit  4409ebb559f50844795e29dce4d62bb8b57d1d64
tree    c604295351b38cd21d8c57839931d19be9f946f3
parent  8a4c9ac7f50e5df6b3589fc3d797af500736a1a7
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@ require 'bus_scheme/xml'
0
 require 'bus_scheme/web/client'
0
 require 'bus_scheme/web/resource'
0
 require 'bus_scheme/web/collection'
0
+require 'bus_scheme/web/rack_app'
0
 
0
 module BusScheme
0
   module Web

Comments

    No one has commented yet.