| Subcategories found in Metaprogramming: |
| » Conferences | » Metaobject Protocols | » Quines |
| » Source Code Generators | |
Related categories: |
| » Top/Computers/Programming/Methodologies/Aspect-Oriented |
Refine your Search: |
| @ Compilers | |
| |
|
| Web Sites |
Code Generation Network A resource for software engineers and architects interest in code generation with articles, interviews and a database of generation tools. http://www.codegeneration.net/ |
Dynamic Languages Group - MIT AI Lab Covers reflection, self-modifying code or mutable MOPs, Dylan, and aspect-oriented programming. http://www.ai.mit.edu/projects/dynlangs/ |
IPAD Pro 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 environment. http://www.xcprod.com/titan/ |
Metadata Centric Development Description and examples of a metadata driven development practice, which reduces duplication of implicit metadata assumptions (field length) throughout the code. http://www.clevebrown.com/mcd/ |
MetaL An XML based Meta-Programming language. Also home of Metastorage, an application that is meant to automatically generate code from an high level data model definition. http://www.meta-language.net/ |
ModelBased.net Deticated to tools and information related to model-driven system development, aiming at supporting OMG's vision of MDA. http://www.modelbased.net/ |
The Program Generator Generator 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. PGG is fully automatic and can process all valid Scheme programs. http://www.informatik.uni-freiburg.de/proglang/software/pgg/ |