Hi!
I have a function source in string, that I want to use in different contexts.
I can compile a function in a context, however I can't seem to alter that context later.
Is there a way to either switch the context of a function, or to create an unbound function that is compiled, and can used to bound contexts to?