Hello,
I am part of a spaniard group that is developing an embedded DSL over
Scala. It may be worth noting that we are far from being experts, we
have just been learning Scala the last few months. We have
experimented with the Scala basic syntax, but we have reached the
conclusion that there is some unavoidable boilerplate code that we do
not want to show to our clients. As a result, we need to use Code
Generation.
We are avoiding to start a Scala compiler plugin by now (because of
its attributed difficulty) so we have been reading about ScalaMacros. I have run
the (basic) examples shown in the SIPs and some of the macro test
cases existing in the Kepler project. Now I am searching how other
people use ScalaMacros in real cases to generate boilerplate, but I am
not finding examples. Where can I look for such macro implementations?
Greetings,
Jesús.