fun send(rcv, msg, args) { cls = rcv.isa if (cls.isa == STD_CLS) method = builtin_lookup(rcv, msg) else method = send(cls, "lookup", msg) method(rcv, args) }
Last active
July 13, 2018 13:46
-
-
Save manuel/850307670e6e9b5429bc24f4ed6233ab to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment