A Comparative Analysis of Meta-programming and Aspect-Orientation « http://www.gray-area.org/Pubs/acmse-2003.pdf | | Investigation of language constructs to support improved separation of crosscutting concerns. by jeffrey g. gray , assistant professor , university of alabama , birmingham. |
Are You Missing out on Code Generation? « http://www.devx.com/java/article/15511/ | | Writing ejbs by hand wastes effort and time; using the passive wizards in today's ides is as bad. solution: use active code generation. learn why this is a good idea despite the fud against it. devx. |
Automated Code Generation « http://c2.com/cgi/wiki?AutomatedCodeGeneration | | Page on the original (ward) cunningham & cunningham , inc. , wiki. |
Code Generation is a Design Smell « http://c2.com/cgi/wiki?CodeGenerationIsaDesignSmell | | Controversy page on the original (ward) cunningham & cunningham , inc. , wiki. |
Code Generation Network « http://www.codegeneration.net/ | | A resource for software engineers and architects interest in code generation with articles , interviews and a database of generation tools. |
Dynamic Languages Group - MIT AI Lab « http://www.ai.mit.edu/projects/dynlangs/ | | Covers reflection , self-modifying code or mutable mops , dylan , and aspect-oriented programming. |
Eclipse Modeling Project « http://www.eclipse.org/modeling/ | | Focuses on evolving and promoting model-based development technologies by providing unified set of modeling frameworks , tooling , standards implementations; emf , modeling framework and code generator to build tools and other programs based on structured da |
IPAD Pro « http://www.xcprod.com/titan/ | | Meta case tool. it allows developer to build case tools that allows end user to use graphical object manipulation to design and maintain end user system. incorporate high level visual programming interface. provides multiplatform gui and execution environ |
Metadata Centric Development « http://www.clevebrown.com/mcd/ | | Description and examples of a metadata driven development practice , which reduces duplication of implicit metadata assumptions (field length) throughout the code. |
ModelBased. net « http://www.modelbased.net/ | | Deticated to tools and information related to model-driven system development , aiming at supporting omg's vision of mda. |
OGI Staged Programming (SteP) Project « http://www.cse.ogi.edu/pacsoft/projects/Mustang/Overview.html | | Mustang project; researches theoretical and applied aspects of metalanguages , via higher-order , typed languages that provide special support for building , manipulating , executing code. pacific software research center; descriptions , publication downloads , |
The Art of Metaprogramming, Part 1: Introduction to Metaprogramming « http://www-128.ibm.com/developerworks/linux/library/l-metaprog1.html | | An under-used programming technique is writing programs that generate programs or program parts. covers: why metaprogramming is needed , some components of it , building a code generator; language-sensitive macro programming in scheme. ibm developerworks. |
The Art of Metaprogramming, Part 2: Metaprogramming Using Scheme « http://www-128.ibm.com/developerworks/linux/library/l-metaprog2.html | | Methods and uses of metaprogramming in scheme programming language , see how macros are programmed and how they can make large-scale programming tasks easier. ibm developerworks. |
The Art of Metaprogramming, Part 3: Enterprise Metaprogramming « http://www-128.ibm.com/developerworks/linux/library/l-metaprog3/ | | Methods and uses of metaprogramming in scheme language , how macros are programmed and can make large-scale programming easier. explores limits of metaprogramming , describes mda and problems it solves , short example of text system using mda. ibm developerw |
The Program Generator Generator « http://www.informatik.uni-freiburg.de/proglang/software/pgg/ | | A partial evaluation system for scheme: given a program p and a specification of which of the inputs are known in advance , pgg outputs a program generator which accepts the known inputs of p and outputs a specialized version of p. |