The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
eBook - Visual Programming Environments {w/ reference to the HP-65}
07-09-2024, 10:07 PM (This post was last modified: 07-09-2024 10:08 PM by SlideRule.)
Post: #1
eBook - Visual Programming Environments {w/ reference to the HP-65}
An excerpt from Visual Programming Environments paradigms & systems, page 236

Defining Iconic Functions

        Iconic functions can be defined in PYGMALION by executing the BODY operation in the menu. Basically this entails putting the system in "remember" mode and then doing the calculation to be performed by the function. This is precisely the "dynamic programming" philosophy of the Unimate robot, HP-65 calculator and the Perlman Button Box: the programmer "teaches" the machine a procedure by doing it once. The following are the steps necessary to complete a function.
        (1) Create an icon. …
        (2) Give the icon a symbolic name. …
        (3) Create sub-icons … to hold individual arguments …
        (4) START REMEMBERING
        (5) DO THE COMPUTATION ONCE
        (6) Create sub-icons … to hold the values computed …
        (7) STOP REMEMBERING

BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
eBook - Visual Programming Environments {w/ reference to the HP-65} - SlideRule - 07-09-2024 10:07 PM



User(s) browsing this thread: 3 Guest(s)