an example text file processing program in gst

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

an example text file processing program in gst

dragoncity
This post was updated on .
Hi! I have just written a small text file processing program, that I use,  that might be a useful example to gst newcommers.
It is a simple read a text record, process that record, write a new record, repeat til EOF. Its not a complex program
but I have tried to explain each step in a way that hopefully will enlighten the newcommer

You can find it on my web site at:

http://web.aanet.com.au/~dragoncity/

Just follow the Smalltalk links to GNU Smalltalk and finally a link to the example code and comments

I was going to post on the GNU-Smalltalk Blog site , but the reformatting of my .html file was just too messy to clean up
Reply | Threaded
Open this post in threaded view
|

Re: an example text file processing program in gst

Paolo Bonzini-2
dragoncity wrote:

> Hi! I have just written a small text file processing program, that I use,
> that might be a useful example to gst newcommers.
> It is a simple read a text record, process that record, write a new record,
> repeat til EOF. Its not a complex program
> but I have tried to explain each step in a way that hopefully will enlighten
> the newcommer :-)
>
> You can find it on my web site at:
>
> http://web.aanet.com.au/~dragoncity/
>
> Just follow the Smalltalk links to GNU Smalltalk and finally a link to the
> example code and comments
>
> I was going to post on the GNU-Smalltalk Blog site , but the reformatting of
> my .html file was just too messy to clean up %-|

Cool.  Just wanted to add that Stephen Woolerton just posted 4 examples
there.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: an example text file processing program in gst

dragoncity

>>You can find it on my web site at:
>>
>> http://web.aanet.com.au/~dragoncity/
>>

>Cool.  Just wanted to add that Stephen Woolerton just posted 4 examples
>there.

>Paolo

Following advice from Paolo,I have managed to create a readable version for the gst blog

brett

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk