| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | yesterday | |
| stats | profile views | 24 |
|
Mar 3 |
awarded | Caucus |
|
Mar 3 |
awarded | Constituent |
|
Sep 16 |
awarded | Teacher |
|
Nov 29 |
awarded | Yearling |
|
Aug 20 |
awarded | Good Question |
|
Aug 20 |
awarded | Critic |
|
Aug 20 |
comment |
What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/…? Well, if type erasure is the only problem they have, what do they plan to do? Breaking every code on this planet was ruled a non-option for Java 5 already ... |
|
Aug 20 |
awarded | Nice Question |
|
Aug 19 |
comment |
What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/…? "current thoughts" mhhh, isn't that post from 2010 obsolete now? |
|
Aug 19 |
comment |
What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/…? @mwolfetech: As far as I know, they are already planned for Java 8 with defender methods. They want to add things like foreach, map, filter to collections. |
|
Aug 19 |
comment |
What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/…? Aren't functions should instances of some interface? What's so special about them? |
|
Aug 19 |
asked | What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/…? |
|
Jul 4 |
awarded | Citizen Patrol |
|
Jul 3 |
awarded | Student |
|
Jul 3 |
awarded | Commentator |
|
Jul 3 |
comment |
What's the meaning of “the Sun defect” and how does it differ from the more generic “NIH syndrome”? Afaik it is more about Sun not reusing third-party code for political/internal reasons and writing their own version instead, but introducing some defect the original version didn't have. |
|
Jul 3 |
asked | What's the meaning of “the Sun defect” and how does it differ from the more generic “NIH syndrome”? |
|
Apr 16 |
answered | How to disseminate Scala? |
|
Jan 2 |
comment |
What do Java developers think of Scala?null is Java's null pointer, Null is the "type" of it. None is one possible "state" of Option[T], a collection with either one or zero elements. Nil is an empty list. While you want to make it sound frightening, it isn't. Those types are not replaceable or interchangeable with each other and behave exactly as they should do. |
|
Dec 11 |
comment |
What do Java developers think of Scala? Sorry, I just get annoyed when people keep repeating myths without backing up their claims. |