Join the well known and loved Scalar Conference Preparty, this year collocated with the Rustikon afterparty!
Let's grab a beer and chat with other Scala and Rust enthusiasts in a fun, casual atmosphere!
The meetup will be held at Centrum Zarządzania Światem starting at 7:00 PM and goes on until late. Other food and drink options will be available.
You’re welcome to join, even if you’re not attending the conference the next day!
The event is organized by SoftwareMill & Iterators.
In this talk I will explain the inner workings of an organisation that goes into releasing, maintaining and developing Scala and core parts of its ecosystem.
In this talk, we'll cover the essentials of macros, why they are useful, why you should care about them, and how to become as good as you need with them for practical purposes.
Scala 3.6 stabilises the Named Tuples proposal in the main language. It gives us new syntax for structural types and values, and tools for programmatic manipulation of structural types without macros. Can we, and should we, push it to the limit? Of course! let's explore DSL's for config, data, and scripting, for a more dynamic feel.
Discover how functional programming can inspire creativity with the Scala Sampler, a digital music instrument developed for the Sounds of Scala web audio library.
Case study. Summary of over a year of experience building AWS lambdas using Scala 3, scala-cli, and GraalVM. Presentation of the open-sourced library providing custom lambda runtime developed for that purpose.
During the talk, we’ll build a small effect system using solely Scala 3 context functions step-by-step.