Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-3

How to create an instance of a generic type in a Scala 3 macro?

How to ensure tuple is homogenous?

scala tuples dotty scala-3

How to ask Scala if evidence exists for all instantiations of type parameter?

Cannot add package description in ScalaDoc (Scala 3)

scala scaladoc scala-3

Why fill array in while loop is so slow in Scala 3?

Scala 3 implicit conversions: compare value and literal

How to Random Choice element from Enum Scala3

Difference between Scala 2 implicits and Scala 3 given/using

scala implicit scala-3

Unresolved dependency org.scala-lang:scala3-library_3.0.0:3.0

scala sbt scala-3

How to run Scala 3 applications in the command line with Coursier

scala scala-3 coursier

How to use akka in Scala 3?

scala akka scala-3 akka-actor

Is there a way to use the Scala 3 compiler (Dotty) from Gradle yet?

What's the difference between implicitly and summon?

scala implicit scala-3

Is it possible in Scala 3 to do pattern matching by generic type?

How to unpack the type of elements in tuple in dotty?

Understanding definition and desugaring of "Option" in Scala 3 book

scala scala-3