dancapo
- Karma
- 4
- Created
- December 4, 2013 (12y ago)
- Submissions
- 0
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.
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 from Category Theory, a branch of…
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 case years ago, when programming…
The thing is, support for arbitrary header is there: RawHeader, defined as a pair of header name and header value strings.
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 build system that is most likely SBT.…
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 is not really what's going on...…
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 and fp aspects cannot work, and deduce…