Live data from Hacker News

Viewing profile — AnswerAndForget

AnswerAndForget

HN member
Joined
Fri, Jun 22, 2012, 8:26 PM UTC
HN karma
22
Public activity
8 items

About AnswerAndForget

No profile information was provided.

Recent public activity

  1. comment
    Comment #4418878

    Yeah, that was not my point. These aren't but idiosyncrasies of Perl's design, and to model itself on constructs which evolved without direction and which take years to master, jus…

  2. comment
    Comment #4418377

    'Knowing Perl' is a rather hard thing to do when the list of completely ad-hoc implicit variables and hidden context-sensitive surprises is seemingly endless.

  3. comment
    Comment #4363797

    I think mattacular wrote about the run-of-the-mill programming blog that gets submitted to HN. They feel more substantial than one of those spammy "125 free icon sets that'll turn …

  4. comment
    Comment #4289273

    Care to give an alternative explanation to the contents at the other side of the URL I gave?

  5. comment
    Comment #4286417

    A well known and tested approach, sum types (tagged unions), would have been way better, but it was cast aside because the designers were apparently unaware of the improvements to …

  6. comment
    Comment #4261948

    Isn't the ecosystem always trotted out while defending PHP, as well as its 'accessibility' to amateurs? Well, those amateurs are part of the PHP ecosystem, and you'll have to put u…

  7. comment
    Comment #4244547

    Who said anything about coolness? Seriously, why do people think that just because all languages are Turing complete, any further discussion is just a popularity contest?

  8. comment
    Comment #4148605

    Not exactly. You see, you have to define new types from scratch with your approach. With Haskell's approach, you just have to use the Maybe parametric type, which just needs to be …