Hacker News new | ask | show | jobs
by tasuki 2260 days ago
> people who are writing Haskell or Java code in Scala certainly not writing Scala

For me, one of the joys of Scala is that you can use different paradigms and mix them up as convenient. Haskell Scala is still Scala and so is Java Scala!

1 comments

I do that too, but to a degree. For example, I avoid monad transformers, fully automatic derivations, pretty much anything that requires line long type signatures