Hacker News new | past | comments | ask | show | jobs | submit login

Fortress and Scala have similar concepts

  (0 to 10).par.foreach(expensiveOp)



C# has

  range.AsParallel().Select(expensiveOp);
Which is hilariously verbose, and map is called select. But it's nice to have...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: