[plt-scheme] making a win exe-file?
At Thu, 26 Jun 2008 17:11:13 +0000 (GMT), Circular Function wrote:
> can i somehow compile a file to a windows executable?
Start here:
http://docs.plt-scheme.org/
and in particular here:
http://docs.plt-scheme.org/guide/index.html
whose section 1.3 describes how to create executables:
http://docs.plt-scheme.org/guide/intro.html#(part._.Creating_.Executables)
> is there a good GUI-library?
Start at the same place as above, but here's the specific docs on the
GUI library:
http://docs.plt-scheme.org/gui/index.html
Matthew