Well, there's been a bit of progress at least. The scsh package
actually loads now, so you can do ,open scsh in scheme48 and not be
thrown into an error repl. That's about it though. Scsh does a lot of
initialization that's tied up in the code that parses command line
arguments, sets up the repl, etc. So, what I'll try to do for this
week is separate all that out and at least get to the point where you
can open the scsh package and do (run (ls)).
-Roderic