We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This procedure takes an object and returns a procedure that takes a message and forwards it to the object.
(def forwarder (forward-to 7)) (forwarder 'inc) ; 8 (forwarder 'dec) ; 6
There was an error while loading. Please reload this page.