Argh

Jan 23, 2005 21:02

I wish Java had "fold", and real lambdas!

I suppose I could program in Scala, but I'm unsure how well that would work.

rant, java

Leave a comment

Comments 4

ex_trurl January 25 2005, 15:59:55 UTC
Well it would work in what kind of way? I've been really impressive with what I've seen of Scala, I'm toying with using it for my next language implementation project.

Reply

demoness101 January 25 2005, 16:06:14 UTC
The issue is that I'm working on an Eclipse plugin, and I'm using lots of Java libraries. I know that Scala is supposed to work in this case, but it might not be wise to add another point of failure (one of the libraries I am using is developed by a research group here, and is definitely not commercial-quality). Also, Eclipse's support for things like auto-completing method and variable names is quite useful, particularly the former, when you're using lots of libraries and such.

On the other hand, programming in Scala would be far more enjoyable.

Reply

ex_trurl January 25 2005, 16:55:57 UTC
Ah, yes, some of my initial experimentation with interfacing Scala with Swing showed that there were still some rough edges, but that was many versions ago. I wonder if they have thoughts on an Eclipse plug-in for Scala.

Reply

demoness101 January 25 2005, 18:10:11 UTC
There's some undergrad somewhere working on it, but it's at the level of a school project. There's quite a bit that has gone into the Java environment, not even counting the refactoring.

Reply


Leave a comment

Up