TweetFollow Us on Twitter

Prograph 1.2
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

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.