j
k
j a
j l
Steven Watanabe wrote: This creates a function object that executes: Fn(Fn(Fn(g()))) Since the inner functions return void, of course it fails.
Steven Watanabe wrote:
This creates a function object that executes:
Fn(Fn(Fn(g())))
Since the inner functions return void, of course it fails.
Oops, this isn't exactly what i'm trying to achieve, i just want bind/pass but not evalute.
Back to the thread
Back to the list