Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!psuvax1!psuvm!uh2 From: UH2@PSUVM.BITNET (Lee Sailer) Newsgroups: comp.lang.smalltalk Subject: Re: source code in smalltalk Message-ID: <89257.110513UH2@PSUVM.BITNET> Date: 14 Sep 89 15:05:13 GMT References: <568@cwjcc.CWRU.Edu> Distribution: usa Organization: Penn State University Lines: 22 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