Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Scala reflection derive package name

Get name of defining val

scala scala-macros

Scala: Equivalence of path-dependent types

scala macros: Add function to class

Can I generate Scala code from a template (of sorts)?

scala scala-macros

Way to enhance a class with function delegation

scala scala-macros

Scala Macro annotations and IntelliJ code completion [duplicate]

How to generate a static member and add it to a class within a type macro?

Why does this code typecheck in Scala 2.11 and what can I do about it?

How to get the runtime value of parameter passed to a Scala macro?

macros, splice, and pattern matching

Scala constraint based types and literals

Scala recursive macro?

How to transform and apply a partial function using 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?