Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!isi.edu!venera.isi.edu!jas From: jas@ISI.EDU (Jeff Sullivan) Newsgroups: comp.sys.mac.programmer Subject: Re: TGS Prograph -- Any users? Message-ID: <15183@venera.isi.edu> Date: 2 Oct 90 23:13:38 GMT References: <15146@venera.isi.edu> <900044@yoyodyne> Sender: news@isi.edu Organization: USC-ISI Lines: 34 In-reply-to: liberte@yoyodyne.ncsa.uiuc.edu's message of 1 Oct 90 21:05:00 GMT In article <900044@yoyodyne> liberte@yoyodyne.ncsa.uiuc.edu writes: I've used Prograph 1.2 and found it very nice to use - easier than Smalltalk for my application. I would like to find out more about the 2.0 code generator before upgrading. Like is the code readable? Can I continue to work at the Prograph level while augmenting the generated code without repeated editing to reinsert my changes as required by "Prototyper"? Since Prograph is object oriented, I would hope that the code it generates at least functions in the same object oriented fashion. First, it is not a code generator; it's a compiler. The only "code" it generates is object code. It compiles from Prograph to native 68xxx code (has 020 and 030 switches), which includes all of the funcitonality in your prograph program without any unused methods/classes, etc. To make changes, you change your prograph program, and, when you get it all running well, you compile it down to standalone again. Really, you do all of your developing iside the 1.2 -type interpreter environment. Te system is not like Prototyper; you are changing your system, not a template (all changes you make to system classes and methods is permanent FOR THAT PROJECT, just liek C or Pascal or whatever). jas -- -------------------------------------------------------------------------- Jeffrey A. Sullivan | Senior Systems Programmer jas@venera.isi.edu | Information Sciences Institute jas@isi.edu DELPHI: JSULLIVAN | University of Southern California