MacTech Network:   MacForge.net  |  Computer Memory  |  Register Domains  |  Printer Supplies  |  Cables  |  iPod Deals  |  Mac Deals  |  Mac Book Shelf


  MacTech Magazine

The journal of Macintosh technology

 
 
MacTech Magazine: Now for all geeks at heart.

Magazine In Print
  About MacTech  
  Home Page  
  Subscribe  
  Archives DVD  
  Submit News  
  Submit a Tip!  
  Get a copy of MacTech RISK FREE  
Google
Entire Web
mactech.com
Mac Community
More...
MacTech Central
  by Category  
  by Company  
  by Product  
MacTech News
  MacTech News  
  Previous News  
  MacTech RSS  
Article Archives
  Show Indices  
  by Volume  
  by Author  
  Source Code FTP  
Inside MacTech
  Writer's Kit  
  Editorial Staff  
  Editorial Calendar  
  Back Issues  
  Advertising  
Contact Us
  Customer Service  
  MacTech Store  
  Legal/Disclaimers  
  Webmaster Feedback  
ADVERTISEMENT
Click Here
Volume Number:6
Issue Number:3
Column Tag:Kelly's Corner

Prograph 1.2

By Dave Kelly, MacTutor Editorial Board

Prograph™ 1.2, An OOP Primer

Prograph is a new pictorial programming language and software development environment. offered by TGS Systems of Halifax, Nova Scotia. Prograph started out as a research project by Drs. T. Pietrzykowski and P. Cox, professors of Computer Science at the Technical University of Nova Scotia. They then implemented Prograph on the Macintosh at TGS Systems, turning it into a next generation development environment and Computer-Aided Software Engineering (CASE) tool.

At the heart of Prograph is a completely pictorial, object-oriented, dataflow style language with a built in source code debugger. The combination of a pictorial, OOP language and integrated development environment makes Prograph a great way to learn about Object Oriented Programming. The pictorial environment of Prograph is a platform which is perfectly suited for the Macintosh. The complete Prograph language development system is made up of three major parts the language, the Application Builder, and the Environment.

Language

Class hierarchy is pictorially represented in the Classes window. A class is an abstract description of a collection of similar objects. Objects have two components, their attributes and their methods. For example, if we were to define a class for humans, we might call the class Person since a group of people is made up of persons. Each person has similar attributes such as arms, legs, hands, feet, etc. The individual people are referred to as instances of class Person. The features that the people have are called their attributes and the things they to are called methods.

Clicking on the left side of the class icon opens up an Attributes window which contains the sequence of attributes of a class. Clicking on the right side of the class icon (in the class window) opens up the Methods window.

There are two ways to retain values. Either they may be stored in class attributes or in persistents. Persistents are universally accessible and are saved with the program between executions.

Clicking on a method icon opens up the cases window which displays the cases which define the method. Another type of methods window called the Universal Methods contains methods which are not specific to any class. A method consists of a sequence of cases. The execution of a method proceeds by dataflow; that is, the operations in the cases window are executed as soon as all their input data is available. The operations which may be used may be 1) Primitives, which represent calls to predefined system methods, 2) calls to Universal Methods, 3) calls to methods in classes, 4) calls to Macintosh Toolbox routines, 5) constants, 6) Matching, which compares inputs and channels the dataflow depending if the match succeeds or fails, 7) Get Persistent, which accesses the value of a persistent, 8) Set Persistent, modifies the value of a persistent, 9) Multiplexes, which are used to repeat an operation, 10) Instance generators, 11) Get Attribute, which is used to access the value of an instance or class attribute, and 12) Set Attribute, which modifies the value of an instance or class attribute. Cases of a method are executed in order and according to the dataflow structure. Operations may be synchronized and controls may be used in various ways to control the flow of execution from one case to the next.

There are several datatypes supported by Prograph in addition to user defined classes:

• Numbers (integers or strings as appropriate)

• Lists, represented in Lisp notation.

• Strings

• Booleans

• Special types, NULL and NONE

• Mac types, used in toolbox calls

• System classes

Application Builder

Prograph’s Application Builder has two major components:

• A set of about 20 System Classes which provide the framework for building a complete Macintosh application.

• A set of interactive, WYSIWYG editors for creating graphic components such as menus, windows and window items. The editors support the basic Macintosh environment with no frills. Hierarchical menus are not supported with the editor, however, toolbox calls are available to achieve nearly every Mac toolbox effect. I counted about 573 calls in the Macintosh Toolbox list in the reference manual. Primitives may also be defined in Lightspeed C using a utility that is provided with Prograph. MacTutor will try to cover this in a future issue.

Environment

Prograph has a unique environment which enables you to run an application or method and observe each step as the program executes. Persistents and classes may be examined at each step by clicking on input or output terminals and roots (the circles which connect all of the case sequences together). If a method has not been defined, Prograph asks if you would like to define it. If not you may even artificially create inputs to “help” the program proceed. This allows you to get specific functions of a method working properly before moving on.

Icons in the editor are created by merely clicking in the window (class, method, attribute). This can be annoying if you click anywhere in the window where there is no icon (creating icons by mistake). Clicking on an icon selects it and double clicking opens a window to its structure,if it is a user-created object or onto a help window if it is a system provided object. Icons may be cut, copy and pasted or selected and dragged.

Prograph is indeed a great way to program the Macintosh. If you aren’t familiar with object-oriented programming, the tutorial that comes with Prograph is great. It is a bit hard to follow at times, but does a great job of actually teaching you what to do. It takes time though. The tutorial introduces several programming “challenges” which you should work to get the full benefit and to understand the programming concepts better.

Documentation comes as two manuals (approx 7" X 11"). The odd size makes it difficult to set on my desk without it flopping closed all the time (in my opinion). The reference manual thoroughly covers the primitives, Macintosh Toolbox support, Prograph’s menus/windows etc., but the index isn’t as extensive as it could be. The tutorial manual takes some time to get through, and starts off having you do things that you don’t know about until later (or until you figure it out) but I feel the material would be a great text/workbook for a course on OOP. Maybe that’s what Prograph’s authors are doing with it?

There is one major element missing from Prograph 1.2 a compiler. Sure, you can exercise your object-oriented abilities to your hearts content, but serious developers won’t be able to create real applications until a Prograph compiler is made available during the second quarter of 1990. Don’t let that stop you if you want to learn OOP. There is a good chance that the compiler will be out before this article appears here. There’s more to come I’m sure you’ll be seeing more of this product in the future, especially when the compiler becomes available.

TGS Systems

1127 Barrington Street, Suite 19

Halifax, Nova Scotia

Canada B3H 2P8

AppleLink: CDA0242

(902) 429-5642 FAX: 425-0561

Order toll free from the US:

1-800-565-1978

Price: $195 US + $5 shipping (for interpreter)

Prograph Compiler available 2nd quarter 1990



Click here to find out more about our best subscription bundle deal ever!
2 years of the magazine, and the all new MacTech DVD ... at 70% off!



Click on the cover to
see this month's issue!

TRIAL SUBSCRIPTION
Get a RISK-FREE subscription to the only technical Mac magazine!
 
 


MacTech Magazine. www.mactech.com
Toll Free 877-MACTECH, Outside US/Canada: 805-494-9797

Register Low Cost (ok dirt cheap!) Domain Names in the MacTech Domain Store. As low as $1.99!
Save on brand compatible and name brank ink jet and laser supplies.
Save on long distance * Upgrade your Computer
Movies with No Late Fees!

See local info about Westlake Village
SJ * BRJ * BJ * OJ * NITS
Staff Site Links



All contents are Copyright 1984-2007 by Xplain Corporation. All rights reserved.

MacTech is a registered trademark of Xplain Corporation. Xplain, Video Depot, Movie Depot, Palm OS Depot, Explain It, MacDev, MacDev-1, THINK Reference, NetProfessional, NetProLive, JavaTech, WebTech, BeTech, LinuxTech, Apple Expo, MacTech Central and the MacTutorMan are trademarks or service marks of Xplain Corporation. Sprocket is a registered trademark of eSprocket Corporation. Other trademarks and copyrights appearing in this printing or software remain the property of their respective holders.