Hemanth H.M wrote:
Can this be a pattern in itself or is there any specific name for this paradigm ?

Python folks call it "coroutines" but it's not the canonical meaning of that word.

Having yield as an expression form rocks -- you can yield a value and then someone can send you the value of that yield expression.

/be
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to