Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

How do I add a no-arg constructor to a Scala case class with a macro annotation?

Providing implicit value for singletons in Play Json library

Gradle Scala Plugin corollary to addCompilerPlugin in sbt

scala gradle scala-macros

Checking for varargs type ascription in Scala macros

How do I get a scala macro to replace a method call

scala scala-macros

Why was match in Scala implemented as a keyword rather than as a method?

Quasiquotes for multiple parameters and parameter lists

Is there any trick to use macros in the same file they are defined?

How do I refer to enclosing "this" in a Scala macro?

Splicing a passed function body into a macro-rewritten expression

How to access parameter list of case class in a dotty macro

Extracting and accessing fields at compile time in Scala 3

scala scala-macros scala-3

Scala quasiquote concatenation

Scala type constraint to check argument values

Scala macros and separate compilation units

Use Scala macros to generate methods

StringContext and macros: a simple example

scala scala-macros

create an ambiguous low priority implicit

How to test Scala macros?

scala scala-macros