posted by Eugenia Loli-Queru on Fri 3rd Feb 2006 19:10 UTC
IconOne of the most under-used programming techniques -- Metaprogramming -- programming with code generators or writing programs that themselves write code, has many uses in large-scale computer programming. This article shows you some tools needed to do Metaprogramming in Scheme, as well as provide several metaprogramming examples. To determine which problems are best solved with a code-generating programs, take a look at this introduction to Metaprogramming article, which teaches you why metaprogramming is necessary.
e p (2)    6 Comment(s)

Related Articles

posted by Thom Holwerda on Wed 12th Nov 2008 10:20, submitted by ganges master
posted by Thom Holwerda on Tue 11th Nov 2008 11:44, submitted by tyrione
posted by Thom Holwerda on Mon 10th Nov 2008 18:12, submitted by jmalasko