Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Scala macros assign param of deconstructed function

scala scala-macros

Why does type equality fail, but type conformance succeed in this macro?

scala macros scala-macros

Scala macro - Infer implicit value using `c.prefix`

scala scala-macros

Add a compile time only sub-project dependency in sbt

How to generate a class in Dotty with macro?

Scala macro to print code?

Infer a type of a tree in a scala macro

scala macros scala-macros

Scala: Code only run when debugging(#ifdef equivalent?)

Imports and wildcard imports of Symbols in Scala

how to print variable name and value using a scala macro?

scala scala-macros

Use `this` in a generated macro method

scala scala-macros

Finding implicit method definitions in macro context

scala macros scala-macros

Scala Macros: Getting a List of TypeSymbols to be used at runtime

scala macros scala-macros

Is it possible to implement something akin to Scala's @BeanProperty with macros?

scala macros scala-macros

How can I create an instance of a Case Class with constructor arguments with no Parameters in Scala?

Instantiate a class with Scala Macro or reflection

troubleshooting jar loading conflicts in sbt

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