scala-3
There are 30 repositories under scala-3 topic.
lichess-org/scalachess
Chess API written in scala. Immutable and free of side effects.
scalacenter/scala-3-migration-guide
The Scala 3 migration guide for everyone.
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
DmytroMitin/dotty-patched
Eval library and patched Scala-3/Dotty compiler. Evaluating source code and trees at compile time hacking multi-staging programming
lowmelvin/formify-scala
Convert case classes to form data automatically (e.g., for Stripe API)
yurique/laminar-snowpack-example
An example of a Snowpack build for a Scala.js + Laminar + frontroute app.
VladKopanev/CITelegramBot
Telegram Bot For CI Notifications written In Scala 3
gekomad/scala-regex-collection
A collection of useful regular expression patterns
kubukoz/caliban-http4s-ce3
A template project for building GraphQL applications with http4s/CE3/Caliban and Scala 3.
hermannhueck/taste-of-dotty
A Taste of Dotty
lowmelvin/hammer-scala
Convert your case classes automatically
MateuszKubuszok/Scala2vsScala3Macros
Talk for The Art of Scala conference I gave on 17.11.2023
MateuszKubuszok/explain-given
Preview how your implicits/givens got resolved on Scala 3
MateuszKubuszok/scala-cli-md-spec
Turn your markdown docs into test suites running Scala CLI
dragonfly-ai/mesh
A cross compiled Scala 3 library that provides accessible functionality to generate, manipulate, and export 3D mesh objects. Currently supports .PLY, and .OBJ/.MTL file formats.
horothesun/advent-of-code-2023
Advent of Code 2023 with Scala 3 and the FP Typelevel stack.
horothesun/advent-of-code-2024
Advent of Code 2024 with Scala 3 and the FP Typelevel stack.
horothesun/simple-scala-cli.g8
Giter8 template to generate a simple Scala-CLI Typelevel project (JVM or Native).
KiyonoKara/Kukoshi
A Scala HTTP client to simplify the network suite's HTTP requests and responses.
makkarpov/explicits
A tiny library to have more control over Scala 3 implicit resolution in macros
clvnkhr/Programming-Reactive-Systems-Assignment-3-in-LaTeX
The Scala 3 Coursera course on Akka Actors' third assignment, retyped in LaTeX.
hermannhueck/migration-scala2-scala3
Migration demo of some code samples from Scala 2 to Dotty / Scala 3
horothesun/db-logic-testing-poc
Proof of concept on how to test some logic defined in your DB.
otobrglez/frogger
frogger is high-performance transit lookup server written as part of transit-lang-cmp language comparison challenge.
performantdata/streaming-example
Example http4s service with spawned input stream process using fs2.