Scala Websites Improvements
Front Page Overhauled, Site Reachability Improved! Jamie Thompson (@bishabosha) |
Signature polymorphic methods in Scala
Java 7 introduced a curious and little-known feature to the Java Virtual Machine: “signature polymorphic” methods. These methods have strangely malleable types. This blog post explains the feature and why it exists. We also delve into how it is specified and implemented in both Scala 2 and Scala 3. Seth Tisue (@SethTisue) |