in reply to Re: Functional Programming & method rewriting
in thread Functional Programming & method rewriting
would a double-closure be an application of the factory design pattern
I am sorry to pick nits, but this is something that seems to be confused a lot. I wouldn't really call this a double closure. It's just a closure that uses anonymous subroutines. The inner subroutines are not stored anywhere, so they don't have a chance to close around their lexical environment.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Functional Programming & method rewriting
by Anonymous Monk on Oct 29, 2004 at 17:46 UTC | |
by revdiablo (Prior) on Oct 29, 2004 at 19:07 UTC |