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 David Adams on Sat 11th Oct 2008 16:48, submitted by IndigoJo
posted by Thom Holwerda on Thu 9th Oct 2008 21:04, submitted by ganges master
posted by David Adams on Wed 1st Oct 2008 14:32