VirtusLab has just released the results of the Scala Maintenance Survey 2024
With insights from over 230 senior Scala developers and managers, the report highlights both familiar and emerging challenges faced by the Scala community today. The good news is, Scala remains widely appreciated, with 93% of respondents satisfied with the language! VirtusLab (@VirtusLab) |
Fast Incremental JVM Assembly Jar Creation with Mill
Assembly jars are convenient because they are self contained: contains all the code and classpath resources necessary to run, without needing any additional upstream dependencies to be first downloaded and added to the classpath. Li Haoyi (@li_haoyi) |
Calling Scala Native from Java using FFM
Using jextract and sn-bindgen generating bindings. Anton Sviridov (@velvetbaldmime) |
sudori part 7: client-side run with sbt
This is a blog post on sbt 2.x development, continuing from sbt 2.x remote cache. Eugene Yokota (@eed3si9n) |