logoalt Hacker News

tty456yesterday at 8:17 PM1 replyview on HN

So a hypercard is compiled machine code of button clicks and key presses? Weird. I guess that could be macro'd somehow


Replies

hammer32yesterday at 8:27 PM

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.