5 ms·
Am I the only one who is as excited about new releases of Eclipse as Apple fans are about new Apple products? I just love the combination of the static typing
by _debug_ 14y ago
Am I the only one who is as excited about new releases of Eclipse as Apple fans are about new Apple products?
I just love the combination of the static typing and huge class library of Java and the amazing tooling that Eclipse delivers. I know, I know, oh, the verbosity. JDK8's lambdas look quite sweet, and should help a lot with that. http://openjdk.java.net/projects/lambda/ http://openjdk.java.net/projects/lambda/
- functionform 14y agoNope, I'm always there on day 1 also :D. They always do such a great job, I'm always around poking installing/trying out new enhancements and sub projects for at least a week.
- mahyarm 14y agoEclipse also doesn't die indexing large C++ projects, with 2MB auto generated protobuf header files, unlike xcode.
- runT1ME 14y agoI don't understand why people are excited for JDK8(!!!)s lambdas when you can have all that and more with Scala right now...
- tsotha 14y agoWell, Java lambdas will allow people to get rid of all that clunky boilerplate around anonymous classes without having to learn a whole new language.
- _debug_ 14y agoI suppose you use only "the good parts" of Scala, but if one considers the entirety of it, it feels like a kitchen sink, "Perl for the JVM : can you read it one week later?", to put it in one way. For example, can you comprehend a program written using Scalaz. (I remain aware that this could be MY issue, i.e., I may be too dumb to grok advanced stuff. I deeply regret that I do not understand Scalaz Promises enough to use it, for example, because it solves a very real problem that has bugged the design of my systems from many years (non-composability of asynchronously executing tasks)).
- brown9-2 14y agoHave you given IntelliJ a try? IMO it blows most Eclipse tooling out of the water.
- _debug_ 14y agoI've heard a lot about IntelliJ, but I suppose I'm too used to Eclipse at this point. Eclipse's market (http://marketplace.eclipse.org/ http://marketplace.eclipse.org/) is another big draw : so many nice toys in there! It elevates Eclipse to Emacs terrority : "It's not just an editor, it's more like an operating system!" :-)
- brown9-2 14y agoI used to feel identically about Eclipse but then I gave IntelliJ a try for a week and once I got past the initial learning curve it blew me away, and I've been using it since.
- jeremiep 14y agoIt's ironic how Java was created by Lisp gurus, yet it only gets lambdas 16 years after its creation while Lisp had them all along! Aspects (or Advices as called by Lisp) are another example :)