scala 3 main features Scala has a fairly expressive type system with type inferencing. get the benefit of both worlds - you can do statically checked duck typing with Scala. Other syntax improvements in Scala 3: Optional braces that support a d...
Java-Scala geek