Oddbean new post about | logout
 I did some experiments in Scala 3, to learn more about its new features, including metaprogramming / macros.

IntelliJ IDEA is unfortunately unusable for me 😞 which may prevent our team from migrating to Scala 3 until it gets fixed. The good news for me is that the compiler is behaving well, with friendlier error messages, Scalafmt works fine, the needed libraries seem to be all available, and VS Code + Metals behaved better than expected 😍

#Scala #Scala3