Ruby’s yield
February 21, 2010
2 comments
One of the great things in C# is yield return. It’s a form of continuation implemented atop the CLR in an ingeniously lightweight way, purely by transforming the body of an ordinary method into a state machine class.
Read more…
Categories: Uncategorized
ruby, yield, yield return
