January 2019
Beginner to intermediate
554 pages
13h 31m
English
If you are already finding macros empowering, here are some exercises for you to try so that you can tinker with macros some more:
language = HELLO recipient; recipient = <String>;
For instance, the following strings would be acceptable in this language:
HELLO world! HELLO Rustaceans!
Make the macro generate code that outputs a greeting that's directed to the recipient.
Read now
Unlock full access