You can also rely on your OS in some cases and make the easy choices :)
./s-expr-printer-program | sed -e "s/'/"/g" | ./scheme-reader
P!
2009/5/1 Marc Feeley feeley@iro.umontreal.ca:
On 30-Apr-09, at 4:54 PM, Briggs, Jamie wrote:
The readtable stuff in gambit is different, obviously, so how would I go about tackling this problem? I've done some reading and trying different things but my scheme chops are weak and at this point I'm stumped.
You'll have to use some of the hidden readtable features. Attached is what you want.
Marc