abstract
| - HyperTalk is a high-level programming language created in 1987 by Dan Winkler and used in conjunction with Apple Inc.'s HyperCard hypermedia program by Bill Atkinson. The main target audience of HyperTalk was beginning programmers, hence HyperTalk programmers were usually called authors, and the process of writing programs was called "scripting". HyperTalk scripts are fairly similar to written English, and use a logic structure similar to the Pascal language The case-insensitive language was at first interpreted, but since HyperCard 2.x 'virtually complied'. It supports the basic control structures of procedural : repeat for/while/until, if/then/else, as well as function and message "handler" calls (a handler is a subroutine, a message handler is a procedure). Data types are transparent to the user, conversion happens transparently in the background between strings and numbers. There are no classes or data in the traditional sense; their place was taken by special strings, or rather "lists" of "items" delimited by a certain character (in later versions the "itemDelimiter" property allowed choosing an arbitrary character).
- HyperTalk is the procedural programming language that Apple created to use with [1]. It is a high-level language, and its programming was basically event oriented.
- HyperTalk is the procedural programming language that Apple created to use with HyperCard. It is a high-level language, and its programming was basically event oriented.
|