Live data from Hacker News

Viewing profile — code-dog

code-dog

HN member
Joined
Thu, Dec 01, 2011, 12:22 PM UTC
HN karma
138
Public activity
51 items

About code-dog

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #4860667

    Good point - what is clojure actually for?

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #4385889

    ... and you have to work really hard to make C or C++ run any faster than the JVM. For all normal levels of programmer effort there is no difference or the JVM is faster.

  10. comment
    Comment #4385887

    I see your point, but then money is money. So, why pay MS anything? Why is computing treated in this unique way where minimizing cost is not standard practice?

  11. comment
    Comment #4380013

    Oracle moving on from the 1.6 doldrums was a huge plus for Java and the JVM. Now the buzz is around 1.8 with lambdas and enhancements to performance of invoke dynamic.

  12. comment
    Comment #4379891

    Makes sense - the JVM is fast and stable. It comes with a huge array of tooling and its own built in debugging system. It is well supported and cross platform. Why would you not wa…

  13. comment
    Comment #4374872

    Yes! Someone gets it!

  14. comment
    Comment #4374867

    In this case a team could work across the project. One on the parser/lexer one on AST translation, one of code generation, Two on the runtime and 1 on build/ci. I think that makes …

  15. comment
    Comment #4374860

    That is true. As someone who thinks both ways (craft and day job) the issue with Scala (that with which I have the most experience) is the tooling.

  16. comment
    Comment #4374855

    The JVM has a huge advantage over the CLR in that Mono is nothing like as well supported as Oracle supports the JVM and Microsoft's CLR is Windows only - which makes it far to expe…

  17. comment
    Comment #4373707

    No reason it should take that long. The article suggest 6 person years - which could mean 6 people for 1 year.

  18. story
  19. story
  20. story
  21. comment
    Comment #4018807

    I would love to see if this is the same on Linux...

  22. story
  23. comment
    Comment #3899765

    I guess that is not the real point of the post. It seems to be more about keeping grounded and not taking 'the buzz' too seriously.

  24. comment
    Comment #3899645

    Could not have put it better myself.

  25. comment
    Comment #3899635

    I like scala but the compiler is slooooooooow. The tooling needs work before it can be main stream.