Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Scala Macros: Accessing members with quasiquotes

scala macros scala-macros

Scala Macro get value for term name

scala scala-macros

Reading resources from a macro in an SBT project

How to get Scala function's parameters / return type?

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