Happy 4th of July!!! These Scala reads are likely to start your day off with a BANG 🎇🎉
In Scala 3: Anti-Givens, Daniel Ciocîrlanshows us a trick that a few Scala Developers know: making the compiler exploit the absence of a given instance for enforcing type relationships.
Dean Wampler covers the new mataprogramming system in Scala 3: A Look at “Inline.” First, let’s look at the new inline keyword, which causes the compiler to “inline” the decorated code.