Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

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

Scala Macros: Checking for a certain annotation

How can parameters/settings be passed to a Scala macro?

scala 2.10.2 calling a 'macro method' with generic type not work

scala generics scala-macros

Is there a way to test at compile-time that a constant is a compile-time constant?

Custom Scala enum, most elegant version searched

Method cannot be accessed in Macro generated class

scala macros scala-macros

Getting Parameters from Scala Macro Annotation

Introspect argument passed to a Scala macro

scala macros scala-macros

Enabling the macro-paradise Scala compiler plugin in Maven projects

How to use Type calculated in Scala Macro in a reify clause?

"dynamically" creating case classes with macros