Live data from Hacker News

Viewing profile — peterfoldi

peterfoldi

HN member
Joined
Tue, Mar 06, 2012, 8:18 PM UTC
HN karma
26
Public activity
12 items

About peterfoldi

peterfoldi.com

Recent public activity

  1. comment
    Comment #12532773

    NaN is not equal to NaN by the IEEE 754 standard. JavaScript, and many other modern languages, implement floating point numbers by this standard. E.g. in C#: > 0.0/0.0 == Double.Na…

  2. comment
    Comment #11256458

    Too late to edit. I meant this one: https://www.youtube.com/watch?v=xbLVvrb2-fY

  3. comment
    Comment #11182431

    And this is my favourite tutorial so far: https://www.youtube.com/watch?v=ZDR433b0HJY I think it explains everything in 80 minutes.

  4. comment
    Comment #6958677

    > I think that saying you can 'learn Haskell in a week' is really short sighted. You can learn to parse a Haskell program and write a guess-the-number program in a week, but learni…

  5. comment
  6. comment
    Comment #6956504

    Very pragmatic approach. C# if you are ok with the Microsoft stack, or F# if you are a bit more advantageous and serious about the "new way of thinking". Python is also a great inv…

  7. comment
    Comment #6956452

    I agree with you that it is everybody's own decision :) Although from a slightly philosophical point of view: how can one determine what levels are beyond their own knowledge, let …

  8. comment
    Comment #6955870

    I am looking forward to that experience :) Besides the technical reasons (nice syntax, pure fp, strong typing, ...) I chose Haskell to learn functional programming because it has a…

  9. comment
    Comment #6955043

    You have more experience here thanks for correcting me :) What I meant was that they are not two very different worlds. I myself picked Haskell over Lisp hoping to gain the benefit…

  10. comment
    Comment #6954660

    You have Lisp knowledge, so maybe Haskell is not the best candidate for "a new way you think". Given your background I would say you probably would enjoy Scala more than Java (targ…

  11. comment
    Comment #6954555

    I friend recommended Elixir to me, but I would rather learn Erlang properly. Erlang has a small community already, why to learn a language targeting Erlang VM that has even smaller…

  12. story
    Ask HN: What programming language will you learn in 2014?

    After a long research I decided to learn Haskell. It is very unlikely that I will ever be paid to use it, but I am pretty sure that after more than 10 years experience in programmi…