|
|
|
|
|
by hasmanean
836 days ago
|
|
You would need live routing of messages. And the ability to reroute, filter, inject messages dynamically into code. Why must everything be done as a function call? You can’t change anything without recompiling the code. Today everything is implemented as a function call. Need to send a message? Call a function named “snd_msg” or something. |
|
Emacs Lisp supports dynamic binding, so you can dynamically rebind function definitions at runtime.