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
added half-baked web client lib
technomancy (author)
Sat May 31 15:15:50 -0700 2008
commit  d18c6ccd9d222e156244a51c6abc07347a8b242b
tree    66f3ee4de1755b93910f9219cd63962982462d88
parent  cb3b80fc532d1228a9c5bc59c099aed8f8814722
...
31
32
33
 
 
 
 
 
 
 
 
 
 
 
 
34
35
36
...
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
...
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
...
125
126
127
 
 
 
 
 
 
 
 
 
 
128
129
130
0
@@ -31,6 +31,18 @@ $ bus foo.scm # load a file
0
 
0
 See http://technomancy.us/104 for a "Getting Started" tutorial.
0
 
0
+== Contributing
0
+
0
+If you're looking for stuff to do, try "rake todo"
0
+
0
+Patches are welcome especially if they were written while riding a
0
+bus. If your daily commute does not involve a bus but you want to
0
+submit a patch, we may be able to work something out regarding code
0
+written on trains, ferries, or perhaps even carpool lanes.
0
+
0
+Join the mailing list to ask questions and discuss:
0
+http://rubyforge.org/mail/?group_id=5094
0
+
0
 == What makes Bus Scheme different?
0
 
0
 Well, for starters it's implemented on the bus. No other Scheme
0
@@ -113,16 +125,6 @@ mostly) in the relevant test files.
0
 Bus Scheme should run on (at least) Ruby 1.8, Ruby 1.9, Rubinius,
0
 JRuby. Any support for Windows is entirely accidental.
0
 
0
-== Contributing
0
-
0
-Patches are welcome especially if they were written while riding a
0
-bus. If your daily commute does not involve a bus but you want to
0
-submit a patch, we may be able to work something out regarding code
0
-written on trains, ferries, or perhaps even carpool lanes.
0
-
0
-Join the mailing list to ask questions and discuss:
0
-http://rubyforge.org/mail/?group_id=5094
0
-
0
 == Bonus Fact
0
 
0
 I haven't actually used a real Scheme yet. Everything I know about it

Comments

    No one has commented yet.