Selection functions are interesting notion with tricky implementation
Selection functions are the topic that is being actively researched. And research papers can quickly dive into the topic. And they could imply that readers have some related background. I intended to give practical guidance for the initial steps. I hope it can help to gain acknowledgment and not lose the narrative thread (in those papers). Anton Kovalevsky (@antonkw_sky) |
Tagless final - from a different perspective
This article is for scala developers who have heard about tagless final, but don’t know if they should use it in application development or not. Daniel Balazs |
Long-term compatibility plans for Scala 3
What does it mean in practice? What version of the compiler should I choose for my project? Scala Center (@scala_lang) |
Static Dynamics - Expression definable datatypes in Scala
Dynamic is a special trait that was introduced in 2.10 in order to allow somewhat dynamic types in Scala. Mark Hammons (@MarkHammons) |
Top Link of July: Foldable and Traverse with Scala and Cats
Let's revisit last month's highlight. Francisco Perrotta |