Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-3

Polymorphic method works with type lambda, but not with type wildcard in Scala 3

scala 3 macros: returning Map[String, Class[Any]] from a Macro

Scala3 "as" and "with" keywords used with "given"

(De)serialize enum as string in Scala 3

In Scala 3, how to replace General Type Projection that has been dropped?

How to type a tuple of any length but only having options in scala 3

scala scala-3

Is quasiquote removed from scala 3?

Distinguish union type with type parameter in Scala 3

scala union-types scala-3

Recursive higher order function type in Scala 3

How to setup different Scala versions on the same machine?

scala sbt scala-2.10 scala-3

How to execute a Scala3 script when system has both Scala2 and Scala3 installed?

scala scala-2.10 scala-3

Add Scala 3.0 SDK to IntelliJ

Extension vs infix trait methods for Dotty Type Classes

TypeTest to overcome erasure with generic types in scala3

scala reflection scala-3

Why can't I join threads containing a for loop in Scala 3?

Scalafmt: keep empty lines in a List

scala scala-3 scalafmt