Hacker News new | ask | show | jobs
by tty456 56 days ago
So a hypercard is compiled machine code of button clicks and key presses? Weird. I guess that could be macro'd somehow
1 comments

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.