Marc Rohloff pointed out that the new iterator feature of C# 2.0 (yield return) looks a lot like SUSPEND in the InterBase stored proc and trigger language. I agree.
-
RSS Links
Categories
-
Recent Comments
- Craig Stuntz’s Weblog : The Strange Story of Erlang’s Success on "Let It Crash" Programming
- Craig Stuntz’s Weblog : Lightweight Frameworks, Again on Lightweight Frameworks
- Craig Stuntz on LINQ to SQL : Entity Framework :: WinForms : WPF
- tcmaster on LINQ to SQL : Entity Framework :: WinForms : WPF
- Giel on My CodeRage Presentation: Functional Programming in Delphi 2009
-
{ 2 } Comments
And <code>SUSPEND</code> looks a lot like <a href="http://www.cs.arizona.edu/icon/">Icon</a>’s <code>suspend</code>. In Icon, iterators are called generators, but the principle is quite the same.
Also similar to NT Fiber’s or coroutines.
Post a Comment