Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-3

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

In Scala 3, is there a way to disable -language:strictEquality (multiversal equality) in a region?

scala scala-3

How to create a general method for Scala 3 enums

scala enums scala-3

Parsing scala 3 code from a String into Scala 3 AST at runtime

scala reflection scala-3

What does Dotty offer to replace type projections?

How does one completely avoid runtime reflection in Scala?

scala reflection scala-3 dotty

What is the meaning of "?=>" in Scala 3? [duplicate]

scala scala-3

How does Dotty decide how to infer/when to widen Union Types?

Scala 3 (Dotty) Pattern match a function with a macro quotation

scala 3 macro how to implement generic trait

scala dotty scala-3

Extracting and accessing fields at compile time in Scala 3

scala scala-macros scala-3