scala3
There are 386 repositories under scala3 topic.
scala/scala3
The Scala 3 compiler, also known as Dotty.
scalalandio/chimney
Scala library for boilerplate-free, type-safe data transformations
plokhotnyuk/jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
gvolpe/trading
💱 Trading application written in Scala 3 that showcases an Event-Driven Architecture (EDA) and Functional Programming (FP)
deanwampler/programming-scala-book-code-examples
The code examples used in Programming Scala, 2nd and 3rd Editions (O'Reilly)
arainko/ducktape
Automatic and customizable compile time transformations between similar case classes and sealed traits/enums, essentially a thing that glues your code. Scala 3 only. Or is it duct 🤔
Baeldung/scala-tutorials
Supporting code for the tutorials on https://www.baeldung.com/scala
scalaprops/scalaprops
property based testing library for Scala
lunatech-labs/lunatech-scala2-to-scala3-course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
EmergentOrder/onnx-scala
An ONNX (Open Neural Network eXchange) API and backend for typeful, functional deep learning and classical machine learning in Scala 3
VirtusLab/iskra
Typesafe wrapper for Apache Spark DataFrame API
bytedeco/storch-recommend
pure pytorch recommend system on scala3
ashwinbhaskar/functional-way
Write small programs (eg -algorithms) in a functional way.
scalaenv/scalaenv
Groom your app's Scala environment with scalaenv like rbenv :). Support offered for all official versions, including dotty and scala3!
ashwinbhaskar/scala-to-dotty
Dotty way of writing Scala 2 code
scalacenter/scala3-migrate
A tool to help migrating from Scala 2 to Scala 3
rcardin/yaes
An experimental effect system in Scala that tracks effects through context functions
MateuszKubuszok/hearth
The first Scala macros' standard library.
VirtusLab/Inkuire
Hoogle-like searches for Scala 3 and Kotlin
VirtusLab/avocADO
Safe compile-time parallelization of for-comprehensions for Scala 3
takapi327/ldbc
ldbc is Pure functional JDBC layer with Cats Effect 3 and Scala 3.
vitaliihonta/zio-temporal
Build invincible apps with ZIO and https://temporal.io
tarao/record4s
Extensible records for Scala
PurpleKingdomGames/ultraviolet
Scala 3 to GLSL transpiler library
wiringbits/scala-js-games
Simple games ported to Scala.js (Scala 3)
rcardin/raise4s
Scala 3 porting of the Raise DSL from the Arrow Kt Kotlin library
polentino/redacted
Scala library and compiler plugin that prevent inadvertent leakage of sensitive fields in `case classes` (such as credentials, personal data, and other confidential information)
sake92/sharaf
Minimalistic Scala 3 web framework
strymonas/strymonas-scala
Fast streams for Scala 3
jan0sch/pfhais
Source code of the book Pure functional HTTP APIs in Scala including a chapter about upgrading to Scala 3.
lichess-org/lila-search
Keep elasticsearch threads out of your web facing app, kids
otavia-projects/otavia
Your shiny new IO & Actor programming model!
SciScala/NDScala
N-dimensional / multi-dimensional arrays (tensors) in Scala 3. Think NumPy ndarray / PyTorch Tensor but type-safe over shapes, array/axis labels & numeric data types
neandertech/cue4s
CLI prompts in Scala 3, available on JS, JVM, and Native platforms
dacr/zio-lmdb
Lightning Memory Database (LMDB) for scala ZIO