|
|
Subscribe / Log in / New account

PyCon: Evangelizing Python

PyCon: Evangelizing Python

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.


to post comments

PyCon: Evangelizing Python

Posted Mar 28, 2013 12:45 UTC (Thu) by fsateler (subscriber, #65497) [Link] (1 responses)

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:

http://www.codinghorror.com/blog/2013/03/why-ruby.html


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds