[plt-scheme] Creating Executable

From: Robert Bruce Findler (robby at cs.uchicago.edu)
Date: Sat Sep 7 12:26:49 EDT 2002

At 07 Sep 2002 16:39:24 +0100, Paulo J. Matos wrote:
> 
> Oh, thanks alot.
> =)
> I imagine that if I create a stand-alone executable is just about
> the same thing. :) right?

Yep!

Whatever happens when you press execute (and nothing else!) is what you
get when you run an executable.

You can use things like `read' or the teachpacks for getting input from
the user, if you'd like.

Robby



Posted on the users mailing list.