| ▲ | tty456 3 hours ago | |
So a hypercard is compiled machine code of button clicks and key presses? Weird. I guess that could be macro'd somehow | ||
| ▲ | hammer32 2 hours ago | parent [-] | |
HyperTalk is an interpreted scripting language. The scripts are stored as plain text inside the stack and interpreted at runtime. It's kind of like a Visual Basic form where the UI and the code live in the same file. You can open any script, read it, edit it and immediately run the newly edited script. | ||