Live data from Hacker News

Viewing profile — dancapo

dancapo

HN member
Joined
Wed, Dec 04, 2013, 1:32 AM UTC
HN karma
4
Public activity
6 items

About dancapo

I'm an IT guy, a gamer and someone curious about my profession, politics, philosophy and anything that engages the mind. I like movies, books and cats. I'm a former FreeBSD committer, and a present (small) contributor to Scala.

Recent public activity

  1. comment
    Comment #6868957

    Wikipedia goes a long way, you know? You could do a lot worse than get it from there: http://en.wikipedia.org/wiki/Monad_%28functional_programming... The term monad comes straight …

  2. comment
    Comment #6863317

    One of the goals of Scala was having good interoperability with Java. This might not look important today, where considering different languages is ok, but it was certainly the cas…

  3. comment
    Comment #6845095

    The thing is, support for arbitrary header is there: RawHeader, defined as a pair of header name and header value strings.

  4. comment
    Comment #6845087

    There's a lot that could be criticized about Scala, but that article is a criticism of the author, for me who actually knows something about Scala. It starts with a criticism of a …

  5. comment
    Comment #6844785

    Scala has dependent type support, so, yes, it is quite more powerful than most languages in widespread use. You can look at the Shapeless library to see that at work. However, that…

  6. comment
    Comment #6844600

    I see some objective problems with your analysis: it looks more like you expect to be true than assertion of facts, and it is filled with misconceptions. You expect that mixing oo …