0 Followers
0 Following
3 Posts
Typeclasses for Java - Lemmy.World

Scala and Haskell mentioned a few times. Will be more similar to Haskell than Scala apparently for the resolution.

Whiteboxish Macro Powers with Named Tuples

https://lemmy.world/post/28333826

Whiteboxish Macro Powers with Named Tuples - Lemmy.World

Lemmy

Scalar Conference 2025 | Online Videos

https://lemmy.world/post/28333795

Scalar Conference 2025 | Online Videos - Lemmy.World

* Evolving Scala by Martin Odersky - https://www.youtube.com/watch?v=DI0NOh9r1f8 [https://www.youtube.com/watch?v=DI0NOh9r1f8] * How Scala is made and how you can help? by Krzysztof Romanowski - https://www.youtube.com/watch?v=Be4RHF69Tvo [https://www.youtube.com/watch?v=Be4RHF69Tvo] * Automating template management process with Scala 3 and Iron - Magda Stożek - https://www.youtube.com/watch?v=98biVLxieE8 [https://www.youtube.com/watch?v=98biVLxieE8] * Going structural with Named Tuples by Jamie Thompson - https://www.youtube.com/watch?v=Qeavi9M65Qw [https://www.youtube.com/watch?v=Qeavi9M65Qw] * Do You Even Macro? by Daniel Ciocîrlan - https://www.youtube.com/watch?v=M5YLatIXtg8 [https://www.youtube.com/watch?v=M5YLatIXtg8] * Production-ready direct-style Scala by Adam Warski - https://www.youtube.com/watch?v=Vy-0LL0REnI [https://www.youtube.com/watch?v=Vy-0LL0REnI] * Slow-Auto, Inconvenient-Semi: escaping false dichotomy with sanely-automatic derivation - https://www.youtube.com/watch?v=M54ux51H6Fo [https://www.youtube.com/watch?v=M54ux51H6Fo] * Exploring JVM Innovations Through the Lens of Scala Native - Wojciech Mazur - https://www.youtube.com/watch?v=LVHVRg1wsVY [https://www.youtube.com/watch?v=LVHVRg1wsVY] * Scalable Onboarding: Easing New Members into a Scala Codebase by Piotr Zawiła-Niedźwiecki - https://www.youtube.com/watch?v=Zrhp0EllzMY [https://www.youtube.com/watch?v=Zrhp0EllzMY] * Programming a Language by Nicolas Rinaudo - https://www.youtube.com/watch?v=Kl3LD0CZfOk [https://www.youtube.com/watch?v=Kl3LD0CZfOk] * Scala Sampler for Functional Soundscapes by Johanna Odersky - https://www.youtube.com/watch?v=DtF_TITU-7E [https://www.youtube.com/watch?v=DtF_TITU-7E] * Yo Dawg, Heard You Want To FlatMap Your Direct-Style by Riccardo Cardin - https://www.youtube.com/watch?v=TXUxCsPpZp0 [https://www.youtube.com/watch?v=TXUxCsPpZp0] * Tagless Final for Humans by Noel Welsh - https://www.youtube.com/watch?v=nyMwp7--rY4 [https://www.youtube.com/watch?v=nyMwp7--rY4] * Better Scala Builds with the Mill Build Tool - https://www.youtube.com/watch?v=A75K2zgkEj4 [https://www.youtube.com/watch?v=A75K2zgkEj4] * All the projects I didn’t finish, and why it was worth it - Jakub Kozłowski - https://www.youtube.com/watch?v=EjY7ELQKSFM [https://www.youtube.com/watch?v=EjY7ELQKSFM] * Running Scala on AWS Lambda as a native-image by Artur Opala & Michał Porażko - https://www.youtube.com/watch?v=_3twPOmz7Sw [https://www.youtube.com/watch?v=_3twPOmz7Sw] * Unison, from a Scala perspective by Olivier Mélois - https://www.youtube.com/watch?v=cSr3DE5hBiw [https://www.youtube.com/watch?v=cSr3DE5hBiw] * What does the functor do on the tree? by Michał Pawlik - https://www.youtube.com/watch?v=V3FMRMpDpMs [https://www.youtube.com/watch?v=V3FMRMpDpMs] * From Zero to Production Faster Than Your Average Meeting with Pillars by Raphaël Lemaitre - https://www.youtube.com/watch?v=27WO7qAvH04 [https://www.youtube.com/watch?v=27WO7qAvH04] * Bazel: Do We Really Need Another Build Tool? by Jarosław Ratajski - https://www.youtube.com/watch?v=YD769TQdi6k [https://www.youtube.com/watch?v=YD769TQdi6k] * Shaping the Clouds - Introduction to TypeOps by Łukasz Biały, Michał Pałka - https://www.youtube.com/watch?v=OJB6wqwVLIo [https://www.youtube.com/watch?v=OJB6wqwVLIo]

IntelliJ Scala Plugin 2025.1 Is Out!

https://lemmy.world/post/28333442

IntelliJ Scala Plugin 2025.1 Is Out! - Lemmy.World

Lemmy

Besides the lobsters link auto added in the “cross-posted” above, there’s now discussion in hacker news: news.ycombinator.com/item?id=43468972
Evolving Scala | Hacker News

Evolving Scala by Martin Odersky and Haoyi Li

https://lemmy.world/post/27391933

Evolving Scala by Martin Odersky and Haoyi Li - Lemmy.World

Lemmy

Reddit discussion for the interested in going there: www.reddit.com/r/scala/…/catseffect_360/

Release of Cats Effect 3.6.0!

https://lemmy.world/post/27306547

Release of Cats Effect 3.6.0! - Lemmy.World

«I’m happy to announce the release of Cats Effect 3.6.0! https://github.com/typelevel/cats-effect/releases/tag/v3.6.0 [https://github.com/typelevel/cats-effect/releases/tag/v3.6.0] This was a gargantuan effort, and as I’ve previously mentioned (and discuss in the notes), it sets the stage for the future of CE’s runtime with a series of almost entirely behind the scenes changes to the way that we handle asynchronous I/O and interacting with the kernel in the happy path. This not only opens the door to true multithreaded Scala Native support, but also a much higher performance ceiling on the JVM» quoted from @djspiewak mastodon post.

Mill: A JVM Build Tool based on Pure Functional Programming, Functional Conf 24 Jan 2025

https://lemmy.world/post/24836926

Mill: A JVM Build Tool based on Pure Functional Programming, Functional Conf 24 Jan 2025 - Lemmy.World

Video by Li Haoyi (author of Mill build tool) showcasing some advantages of mill vs maven and gradle on the jvm ecosystem.