XTalk
From Seo Wiki - Search Engine Optimization and Programming Languages
For other uses, see XTalk (disambiguation).
| It has been suggested that this article or section be merged into HyperTalk. (Discuss) |
xTalk is a loosely defined family of scripting languages. The father of all xTalk languages is HyperTalk, the language used by Apple's HyperCard environment. These languages are characterized by simple English-like syntaxes.
Contents |
[edit] A sample script
go to the third card if the last word of the first line of card field 1 contains "hello" then say "Okay" repeat while the mouse is up beep end repeat
[edit] xTalk languages
xTalk languages shares a common set of basic data structures and commands, as well as the general object model, and thus allow for relative portability between each other:
- HyperTalk
- SuperTalk
- SenseTalk
- Transcript (fka MetaTalk)
[edit] xTalk-inspired languages
A few programming languages bear surface similarities to HyperTalk and were inspired by it. However, they have object models that differ so substantially that porting code from another xTalk requires a complete rewrite:
- Lingo (with old syntax)
- AppleScript
[edit] External references
- Xtalk Scripting Style Guide [1]
| File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |