Search code examples
How to generate a class in Dotty with macro?...


scalaannotationsmetaprogrammingscala-macrosscala-3

Read More
Macro Annotations in Scala 3...


scalascala-macrosscala-3scala-macro-paradise

Read More
Scala 3 macro to create enum...


scalaenumsmacrosscala-macrosscala-3

Read More
How to do type-level addition in Scala 3?...


scalascala-3type-level-computationsingleton-type

Read More
Is there a relationship between an inner type hierarchy and the component type projections?...


scalagenericstypesscala-3type-projection

Read More
Int Refined Positive doesn't compile...


scalaimplicit-conversionscala-3refined

Read More
How can I serialize a scala singleton object?...


scalaserializationsingletonscala-3

Read More
Scala 3 macros: create a new polynmorphic function using the reflect api...


scalareflectionscala-macrosscala-3scala-quasiquotes

Read More
How to access method valueOf of an unknown enum in Scala 3...


scalascala-macrosscala-3inlininggeneric-derivation

Read More
How to let the implementor of a trait define the context parameter type...


scalatraitsscala-3

Read More
Is there a Scala 3 specific standard library or is it just inherited from Scala 2?...


scalascala-collectionsscala-3

Read More
How to define a implicit (given) Conversion for Generic Types?...


scalaimplicit-conversionimplicitscala-3existential-type

Read More
Scala 3. Defining extension for class + all subclasses...


scalatypesmonadsscala-3subtyping

Read More
How can I implement Fractional[Int] and get access to new arithmetic operations...


scalatypeclassimplicitscala-3given

Read More
Scala 3 macro to list source code of file...


scalamacroscode-snippetsscala-macrosscala-3

Read More
Scala 3. Context bound and type lambda...


scalatypesscala-3

Read More
Scala 3. Kind polymorphism and AnyKind type - any code example?...


scalatypesscala-3type-kindspolykinds

Read More
In Scala 3: Why runtime pattern matching can't work reliably on duck type using JVM reflection?...


scalareflectionpattern-matchingscala-3structural-typing

Read More
Express function of arbitrary arity in vanilla Scala 3...


scalavariadic-functionscurryingscala-3

Read More
Scala 3 type lambdas. Example for "curried type parameters"...


scalatypesscala-3

Read More
Partially applied type constructor in Scala 3?...


scalafunctional-programmingscala-3

Read More
How to write curried polymorphic function & its higher kind in Scala 3?...


scalascala-3higher-kinded-typesdottypolymorphic-functions

Read More
How to restrict generic trait in subtype...


scalagenericstraitsscala-3f-bounded-polymorphism

Read More
Can scalameter be imported to scala3 projects (and how)?...


scalasbtbenchmarkingscala-3scalameter

Read More
Scala 3 Macros: How to invoke a method obtained as a `Symbol` in a quoted code block?...


scalascala-macrosscala-3scala-reflectscala-quasiquotes

Read More
In Scala 3/Dotty, is it possible to write a kind/type constructor that takes a value with a unique p...


scalascala-3higher-kinded-typestype-constructor

Read More
How is abstract method initialiazed in Scala 3?...


scalainitializationscala-3

Read More
Providing the equivalent of a type parameter [T] from inside a Scala 3 macro...


scalametaprogrammingscala-macrosscala-3

Read More
How to extract all methods in scala 3 using a tasty inspector?...


scalascala-macrosscala-3tasty

Read More
Finding lambda captured values (or their classes) in Scala 3...


scalalambdaclosuresscala-3dotty

Read More
BackNext