Live data from Hacker News

Viewing profile — SWengineer

SWengineer

HN member
Joined
Sat, Oct 22, 2011, 1:56 PM UTC
HN karma
30
Public activity
19 items

About SWengineer

No profile information was provided.

Recent public activity

  1. comment
    Comment #3378073

    IntelliJ is very good for Scala, more responsive too. One of the intellij plugin updates did get very confused and was falsely highlighting errors in my project, haven't checked fo…

  2. comment
    Comment #3335442

    Less laborious but us java devs are not really a scripting language audience.

  3. comment
    Comment #3334023

    A good post, recommending the use of Scala. I do agree with his point about the differences between scala collections and java ones. Interfacing with java libs which return java co…

  4. comment
    Comment #3332792

    There are other factors which aren't typically considered. The latency of someone walking from the head of the single queue to the cashier each time matters, especially if the pers…

  5. comment
    Comment #3325773

    Time spent: zilch, perhaps because most of my dependencies are java libs not scala ones. Like many Java devs starting out using Scala as a 'better java' which means adding more sca…

  6. comment
    Comment #3324241

    As a long time Java programmer I've found that Scala had made programming fun again. As much a I like Java I find coding in Scala more enjoyable. I am constantly surprised by the n…

  7. comment
    Comment #3323887

    IntelliJ is very impressive. Only started using it when I noticed how good its Scala plugin is. Feels like the level of polish I'm used to with Java editors. Code completion, refac…

  8. comment
    Comment #3307476

    I bought the DX for the large screen so I can read programming books and pdfs on e ink. I like some of the artwork, esp the one of the fish. I think the kindle 4 smaller devices ha…

  9. comment
    Comment #3294325

    Yammer using or not using Scala isn't going to make or break the language. Adoption seems to be ramping up in organisations of all sizes: http://thecodegeneral.wordpress.com/2011/1…

  10. comment
    Comment #3293928

    I found Neal Gafter's response to Stephen's blog rather telling: blog.joda.org/2011/11/real-life-scala-feedback-from-yammer.html?showComment=1322613312501&m=1#c6062812671177626424

  11. comment
    Comment #3293894

    Jdk 7 puts interned Strings into the old generation instead of the permgen. Maybe give that a try.

  12. comment
    Comment #3292092

    If Ubuntu can get unity very responsive and polished I'll give it another go. Ever since unity came out i've overheard a disturbing number of people complaining about stability and…

  13. story
  14. comment
    Comment #3275123

    I think quite a few java devs, myself included, are starting to use scala as a 'better java'. After a decade or more of java coding we're looking for something more expressive whic…

  15. comment
    Comment #3231299

    If you want decent Scala support with IDE code completion try IntelliJ community ed with scala plugin. Eclipse is okish but Scala plugin rather slow

  16. comment
    Comment #3200089

    There was a recent survey which asked java devs which jvm languages they were taking a serious look at. Scala came out on top with groovy as the runner up. Kotlin was an also ran. …

  17. comment
    Comment #3200028

    You've repeated those sentiments up and down this thread. Personally I don't see much difference between the two, even syntactically. I've seen scala starting to get a foothold at …

  18. comment
    Comment #3199998

    I've found the open source version of intellij + scala plugin most impressive. Reliable code completion and everthing i've come to expect from a java IDE. I've had much less succes…

  19. comment
    Comment #3143529

    I'd have to agree. One of the main benefits touted for guava in this article is the ability to use java libs with cleaner syntax. Scala already enables us to do that, and a lot mor…