Metaprogramming using Scheme: Simplify Projects

34
Anonymous Reader writes “Metaprogramming — programming with code generators or writing programs that themselves write code — has numerous useful attributes, such as simplifying code maintenance and making it easier to craft boilerplate code. Learn techniques and applications of metaprogramming in the Scheme programming language, and see how macros are programmed and how they can make your large-scale programming tasks significantly easier.”

Link: ibm.com/developerworks