Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-3

Derive typeclass instances for opaque types in Scala 3

Scala 3 Explicit Nulls flag makes String operations quite unusable

scala nullable scala-3

Scala 3 Macro - Retain a generic type in runtime

scala scala-macros scala-3

Is method semantically equivalent to function in Scala 3?

scala semantics scala-3

How to get erased type at compile time?

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