Home > Archive > Smalltalk > April 2006 > how to compile and run code in GNU smalltalk
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to compile and run code in GNU smalltalk
|
|
| windylady 2006-04-30, 10:05 pm |
| hi,
I am a new here, and just start learning smalltalk, now hurdled at
the stage of compile and run the codes I tried.
All codes are put in a file, including several classes, and the codes
I tried to execute the classes. e.g. I created a class named Widget and
I wrote a command at the end of the code: myWidget := Widget new !
How to manage let the code run?
| |
| Isaac Gouy 2006-04-30, 10:05 pm |
|
windylady wrote:
> hi,
> I am a new here, and just start learning smalltalk, now hurdled at
> the stage of compile and run the codes I tried.
> All codes are put in a file, including several classes, and the codes
> I tried to execute the classes. e.g. I created a class named Widget and
> I wrote a command at the end of the code: myWidget := Widget new !
> How to manage let the code run?
One example
http://shootout.alioth.debian.org/g...ng=gst&id=0#log
|
|
|
|
|