Viewing profile — dancapo
dancapo
HN member- Joined
- Wed, Dec 04, 2013, 1:32 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About dancapo
Recent public activity
-
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 …
-
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…
-
comment
Comment #6845095
The thing is, support for arbitrary header is there: RawHeader, defined as a pair of header name and header value strings.
-
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 …
-
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…
-
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 …