Hacker News new | ask | show | jobs
by jadyoyster 4566 days ago
You can however use macros to generate the fixed argument count versions; I don't know if Scala is able to do that.
2 comments

Macros are available but still experimental. They're already used in stable branches in a number of projects though, including the Play Framework.
It can, though the functionality is relatively recent.