|
|
|
|
|
by azth
3773 days ago
|
|
> F# lacks higher kinds and implicit parameters, meaning you can't really use the type class pattern. This hurt our productivity. Genuinely curious, but what are you doing that the lack of type classes hurts productivity so much? |
|
I now work for one of the largest scala teams in the US. We make heavy use of the Scalaz project and regularly use monad transormers or free monads and both require higher kinded types.