A new static site generator π made with Scala 3.7! This is what convenience looks like. Case classes use derives, but you can also find vars here and there... #scala
So, zero allocations and zero dependencies. And it uses byte arrays and pointers instead of match types, named tuples and opaque types... Interesting π€ #scala
Back in the days when I worked as a "data engineer", we had two teams. One used a GUI to create pipelines, and the other built a custom Scala app to do the same, but with all the perks like config in git, CI/CD, tests, etc. At first, the GUI team was much more productive, but guess what?
After some time, their system started to become messy and hard to manage. Our team, on the other hand, had been able to deliver features steadily by just adding things to the config. This feature π looks like it combines both approaches. #spark #databricks
Looks like Kotlin's implementation of implicits is becoming a reality. I think the community doesn't realize that this feature changes Kotlin forever, even though it's still experimental and bare bones. #kotlin