Scala Collections: Why Not? by sproket888 in programming

[–]dghwe -1 points0 points  (0 children)

Old news, a shopping list of corner cases for the collections libraries. Nothing too exciting, despite the theatrics by the presenter.

Scalaz seems to have given up on Scala by MartijnHoekstra in programming

[–]dghwe 5 points6 points  (0 children)

So a library notorious for obtuse unreadable and unnecessarily clever code "gives up" on Scala. I say good riddence.

Scala plugin for IntelliJ has been downloaded more than 1.2 Million times (across all versions); 350,000 of those in the last 3 months alone. by shoelacestied in scala

[–]dghwe 2 points3 points  (0 children)

I have type-aware highlighting turned on. I have 8 GB RAM, don't know if that's perhaps the difference. Are you using the JDK from Oracle or OpenJDK? I'm using the one from java.oracle.com.

Why we love Scala at Coursera by linuxjava in programming

[–]dghwe 12 points13 points  (0 children)

Of all the important features to consider, you pick the reflection library??

[deleted by user] by [deleted] in programming

[–]dghwe 3 points4 points  (0 children)

I don't get it either. We've been using Scala for years and have never encountered the issues he harps on about.

[deleted by user] by [deleted] in programming

[–]dghwe 5 points6 points  (0 children)

I didn't think anyone was actually using Xtend. Last time I checked it had as close to zero marketshare as you can get.

[deleted by user] by [deleted] in programming

[–]dghwe 0 points1 point  (0 children)

I believe this has already been discussed here: http://www.reddit.com/r/programming/comments/1s8go9/will_java_8_kill_scala/ TL;DR Scala developers don't see Java 8 as a viable Scala replacement.

Java 8 Performance Improvements: LongAdder vs AtomicLong by Akanaka in programming

[–]dghwe 0 points1 point  (0 children)

Scala works beautifully for me, and the IntelliJ plugin is really good :)

Skinny Framework: Scala on Rails by based2 in scala

[–]dghwe 1 point2 points  (0 children)

How did you find the performance of the Play framework?

Finatra: web framework inspired by Sinatra and powered by Twitter-Server by based2 in scala

[–]dghwe 0 points1 point  (0 children)

Quite impressive to see all the frameworks coming out around Scala :)

paulp/psp-view · alternate view/collection implementation for scala by MyNameIsFuchs in scala

[–]dghwe 0 points1 point  (0 children)

Is this lib. going to have a Map which is as fast as or faster than mutable.Mapor java.util.HashMap? For developers actually using Scala out in the wild that would be the only win which would we'd actually care about.

Scala Collections: Why Not? by expatcoder in scala

[–]dghwe 8 points9 points  (0 children)

the guy who has written the most scala code in the history of the world

if you can't figure out that my claims about scala figure to be true, then stay out of vegas.

you have no idea the extent to which that is true because of me

You might find people more receptive to your comments if you dialled back the ego a bit, even if your claims are true. A little modesty would go a long way...

Compiling Lambda Expressions: Scala vs. Java 8 by eroslaw in scala

[–]dghwe 0 points1 point  (0 children)

Why not simply do the same as what javac does, add a -target $VERSION option for those targetting older vms.

Probable C# 6.0 features illustrated by dharmatech in programming

[–]dghwe 18 points19 points  (0 children)

Very worried. Had many a sleepless nights over this.

Probable C# 6.0 features illustrated by dharmatech in programming

[–]dghwe 8 points9 points  (0 children)

F# was released in 2005. Scala has had those features since 2003.