kao@alpha.ces.cwru.edu (Yitung Kao) (09/14/89)
I am learning how to program in smalltalk80. I would appreciate it if someone can send me the source code of application programs in st80. They don't have to be complicated; if fact, simple programs will be more helpful in my case as st80 is brand new to me. My e-mail address is kao@alpha.ces.cwru.edu Thank you very much in advance.
UH2@PSUVM.BITNET (Lee Sailer) (09/14/89)
In article <568@cwjcc.CWRU.Edu>, kao@alpha.ces.cwru.edu (Yitung Kao) says: > >I am learning how to program in smalltalk80. I would appreciate it if someone >can send me the source code of application programs in st80. They I think this is a good idea. I am trying to learn Smalltalk by writing a very, very, very simple payroll system. Most of the book examples one sees deal with traditional CS problems like counting unique words in a file, but few deal with that other side of computing. To do this, I've been trying to build a simple, reusable relational database, with objects for Relation, Domain, Tuple, and Database. It will be an in memory type of toy system, no disks blocks, B-Trees, etc. What I also need is a ScreenForm object, so I can define a few fields, flah them up on the screen, let the user fill in the blanks, edit, and either commit or abort the record/Tuple entry. I don't have any thing anywhere near ready to post, but I hope some of you do. Please post classroom demos, throwaway protottypes, or whatever. thanks