Software Generators

Program-Transformation.Org: The Program Transformation Wiki
According to Chapter 9 of GenerativeProgrammingBook: a generator is a program that takes a higher-level specification of piece of software and produces its implementation. Generators address the following issues:

  • Raising the intentionality of system descriptions
  • Computing an efficient implementation
  • Avoiding the library scaling problem

Chapter 9 of GenerativeProgrammingBook discusses GenVoca in quite some detail as an example generator.

See also

GenerativeProgramming, GenerativeProgrammingWiki


CategoryTransformation | Contributions by EelcoVisser, ArieVanDeursen