Dive into a comprehensive workshop on metaprogramming in Julia from JuliaCon 2021. Explore the fundamentals of metaprogramming, including its applications, best practices, and when to use it. Learn about Julia code structure, symbols, expressions, and operator precedence. Delve into expression trees, macros, and macro hygiene. Discover how to create domain-specific languages using macros, work with multiple macro arguments, and generate code using eval. Gain insights into world-age errors and their implications. Follow along with practical exercises and solutions, including the 'substitute!' and 'find_variables' challenges. Access accompanying notebooks on GitHub and engage in Q&A sessions by registering for JuliaCon. Perfect for intermediate to advanced Julia users looking to enhance their metaprogramming skills and understanding.
Introduction to Metaprogramming in Julia - JuliaCon 2021 Workshop