Hacker News new | ask | show | jobs
by jarhart 4610 days ago
I actually like using comprehensions in Scala so I don't find it annoying at all. Also I think having a clear distinction between the "normal" and "injected" functions is a good thing.

I do find having to add implicit parameters to every function slightly annoying, especially because when I forget, it's not always clear from the compiler error what I did wrong.

1 comments

Yeah, I agree the injected functions being "marked" by their types is nice.