|
Perl 6
SMOP Late Context Propagation: Revision 1
Perl is, historically, a context-oriented programming language. In Perl 5, the modules "overload" and "Contextual::Return" exposes the possibilities of this feature. Perl 6 takes this one step further, since the lazyness is influenced by the context in which the values are used. |