Stephen Tse
2004-07-21 23:49:01 UTC
Here's a link to a useful page on running Scheme.
http://www.cs.iastate.edu/~leavens/ui54/WWW/scheme.shtml
Coincidentally, Iowa State University runs almost the exact same "scm" was
we do, so its helpful. Its quite visual with plenty of screen shots.
The most important thing I got out of it is the follow:
If you get the following error
(stuff before) ERROR: list: end of file in (stuff after)
It means you forgot a closing bracket somewhere. Why they don't say that
out right, I don't know. But hopefully you'll avoid the frustration I just
experienced.
Stephen Tse
http://www.cs.iastate.edu/~leavens/ui54/WWW/scheme.shtml
Coincidentally, Iowa State University runs almost the exact same "scm" was
we do, so its helpful. Its quite visual with plenty of screen shots.
The most important thing I got out of it is the follow:
If you get the following error
(stuff before) ERROR: list: end of file in (stuff after)
It means you forgot a closing bracket somewhere. Why they don't say that
out right, I don't know. But hopefully you'll avoid the frustration I just
experienced.
Stephen Tse