[plt-scheme] Please, help me out
Hello!
To your first question:
You look like the ideal candidate to make a SDL binding for scheme. This is a
really good library for audio, graphics, input, ...
Look at http://www.libsdl.org
IMHO mzscheme is a very nice language, but it suffers from the lack of
library support. I work myself on a extension for mzscheme, which makes it
possible, to write some little games.
But the extension, I work on, has no support for gameports or so (only a
canvas).
Making a binding for SDL would be really a nice thing.
Most parts are not so hard, using swig (http://www.swig.org).
Michael