Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

HyperTalk

You are here: irt.org | FOLDOC | HyperTalk

A verbose semicompiled language by Bill Atkinson and Dan Winkler, with loose syntax and high readability.

HyperTalk uses HyperCard as an object management system, development environment and interface builder. Programs are organised into "stacks" of "cards", each of which may have "buttons" and "fields". All data storage is in zero-terminated strings in fields, local, or global variables; all data references are through "chunk expressions" of the form:

	'last item of background field
	"Name List" of card ID 34217'.

Flow of control is event-driven and uses message-passing among scripts that are attached to stack, background, card, field and button objects.

Apple Computer has taken back distribution and maintenance of HyperCard from Claris Corporation

["HyperTalk Language Reference Manual", A-W 1988].

(1994-11-17)

Nearby terms: hyperspace « HyperSPARC « Hyperstrict « HyperTalk » hypertext » hypertext link » Hypertext Markup Language

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb