defano / wyldcard

A clone of Apple's HyperCard and HyperTalk scripting language.
https://github.com/defano/wyldcard/wiki
MIT License
119 stars 11 forks source link

Function handlers should be passible #21

Closed defano closed 7 years ago

defano commented 7 years ago

Currently a script can only invoke a function within its own script; functions should follow normal message passing hierarchy (a card part should "inherit" functions on its card, background or stack).