essential-macros
essential-macros copied to clipboard
Examples of simple Scala Macros
Results
3
essential-macros issues
Sort by
recently updated
recently updated
newest added
What happened to essential macros training?
Thanks a lot for your wonderful tutorial. It would be (marginally) more convenient if you could rename sample directories as "0-hello" "1-maximum" etc so that they are naturally sorted.
Hi, it would be nice to have a sample macro that uses method arguments,i.e. A macro that proxies all methods of a trait and calls a function passing a list...