Posted Mar 28, 2013 9:58 UTC (Thu) by jezuch (subscriber, #52988)
Parent article: PyCon: Evangelizing Python
I'm not a Python programmer (Pythonista?) but I *adore* yield :) I've written my share of implementations of Java's Iterator interface so I can truly appreciate it's tremendous usefulness (which I don't have in Java).
Also, generators etc. are quite clearly an influence of functional languages that I'd like to see more of in the so-called mainstream languages.
Posted Mar 28, 2013 12:45 UTC (Thu) by fsateler (subscriber, #65497)
[Link]
C# has all of that. It also has Linq, which makes processing sequences (or anything that can be represented as a sequence) fairly easy, in an SQL-like language.
PyCon: Evangelizing Python
Posted Mar 29, 2013 8:10 UTC (Fri) by marcH (subscriber, #57642)
[Link]
C# and .NET are praised by many programming rock starts, so they probably rock, too. Too bad they come from the wrong place: