Automatic programming

Automatic programming

In computer science, the term automatic programming [Ricardo Aler Mur, " [http://et.evannai.inf.uc3m.es/icml06/aiptutorial.htm Automatic Inductive Programming] ", "ICML 2006 Tutorial". June 2006.] identifies a type of computer programming in which some mechanism generates a computer program rather than have human programmers write the code.

There has been little agreement on the precise definition of automatic programming, mostly because its meaning has changed over time. David Parnas, tracing the history of "automatic programming" in published research, noted that in the 1940s it described automation of the manual process of punching paper tape. Later it referred to translation of high-level programming languages like Fortran and ALGOL. In fact, one of the earliest programs identifiable as a compiler was called Autocode. Parnas concluded that "automatic programming has always been an euphemism for programming in a higher-level language than was then available to the programmer." [D. L. Parnas. " [http://klabs.org/richcontent/software_content/papers/parnas_acm_85.pdf Software Aspects of Strategic Defense Systems] ." "American Scientist". November 1985.]

Generative programming

"Generative programming" is a style of computer programming that uses automated source code creation through generic frames, classes, prototypes, templates, aspects, and code generators to improve programmer productivity. It is often related to code-reuse topics such as component-oriented programming.

ource code generation

"Source code generation" is the act of generating source code basing on an ontological model such as a template and is accomplished with a programming tool such as a template processor or an IDE. These tools allow the generation of source code through any of various means. The simplest form of source code generator is a macro processor, such as the C preprocessor, which replaces patterns in source code according to relatively simple rules.

Implementations

IDEs such as Microsoft Visual Studio have more advanced forms of source code generation, with which the programmer can interactively select and customize "snippets" of source code. Program "wizards", which allow the programmer to design graphical user interfaces interactively while the compiler invisibly generates the corresponding source code, are another common form of source code generation.

Examples:

* NConstruct is a Windows and Web rapid enterprise application development tool and environment for .NET Framework environment. It generates .NET C# source code for all tiers of the application through simple wizard procedures.

* MyGeneration is a template-based code generator for the Microsoft .NET Framework.

* [http://webEbenezer.net Ebenezer Enterprises] provides an on line service that writes efficient C++ marshalling code.

* [http://www.latticesoft.com LatticeFramework Studio] is a model-driven and template-based rapid enterprise application development tool for .NET Framework environment. It generates C#, VB.NET, Java, Php, diagrams and documentations through simple wizard procedures.

ee also

* Code generation (compiler)
* Template processor
* Source-to-source compiler
* Aspect-oriented programming
* Model Driven Engineering (MDE)
* Model-driven architecture (MDA)
* Domain-Specific Modeling (DSM)
* Modeling language
* Data transformation
* Transformation language (TL)
* XML transformation language (XTL)
* Model Transformation Language (MTL)
* Semantic translation
* Vocabulary-based transformation
* Data mapping
* Metadata
* Metaprogramming
* Modeling perspectives
* MOF Queries/Views/Transformations (QVT)
* Meta-Object Facility (MOF)
* Language-oriented programming (LOP)
** Domain Specific Language (DSL)
* Generative programming (GP)
* Generative Modelling Language (GML)
* Intentional Programming (IP)
* Software factory
* Metamodel
* Metamodeling
* Metamodeling technique
* XML Metadata Interchange (XMI)
* Object-oriented analysis and design (OOAD)
* Unified Modeling Language (UML)
* Software engine

References

*"Generative Programming: Methods, Tools, and Applications" by Krzysztof Czarnecki and Ulrich W. Eisenecker, Addison Wesley, 2000.

External links

* [http://www.codegeneration.net Code Generation Network]
* [http://www.generative-programming.org/ "Generative Programming" book site: www.generative-programming.org]
* [http://www.codegeneration.net/cgia// "Code Generation In Action" book site: http://www.codegeneration.net/cgia/]
* [http://www.hope.cs.rice.edu/twiki/bin/view/GPCE08/WebHome GPCE (Generative Programming and Component Engineering) conference]

* [http://www.program-transformation.org/Transform/GenerativeProgrammingWiki Generative Programming Wiki]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • automatic programming — automatinis programavimas statusas T sritis automatika atitikmenys: angl. automatic programming; computer aided programming vok. automatisches Programmieren, n; Selbstprogrammieren, n rus. автоматическое программирование, n pranc. programmation… …   Automatikos terminų žodynas

  • Receiver Automatic Programming System — Das Receiver Automatic Programming System [ɹɪˈsiːvə ˌɔːtəˈmætɪk ˈpɹəʊɡɹæmɪŋ ˌsɪstəm] (RAPS) aktualisiert automatisch die Senderdaten eines Empfangsgerätes. Das RAPS System vergleicht dabei die abgespeicherten Fernseh und Radioprogramme mit der im …   Deutsch Wikipedia

  • Programming tool — A programming tool or software development tool is a program or application that software developers use to create, debug, maintain, or otherwise support other programs and applications. The term usually refers to relatively simple programs that… …   Wikipedia

  • Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu …   Wikipedia

  • Programming in the large and programming in the small — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin …   Wikipedia

  • Automatic link establishment — Automatic Link Establishment, commonly known as ALE, is the worldwide de facto standard for digitally initiating and sustaining HF (High Frequency) radio communications.cite web|title=Frequency Agile Systems in the MF/HF Bands |author=Telecom… …   Wikipedia

  • Automatic parallelization — Automatic parallelization, also auto parallelization, autoparallelization, parallelization, or //ization (shorthand), the last two of which imply automation when used in context, refers to converting sequential code into multi threaded or… …   Wikipedia

  • Automatic label placement — (sometimes called text placement or name placement) refers to the computer methods of placing labels automatically on a map or chart. This is related to the typographic design of such labels. Maps communicate spatial information to the reader,… …   Wikipedia

  • Automatic differentiation — In mathematics and computer algebra, automatic differentiation, or AD, sometimes alternatively called algorithmic differentiation, is a method to numerically evaluate the derivative of a function specified by a computer program. Two classical… …   Wikipedia

  • Automatic variable — In the C programming language= Variables declared within a block of code are, by default, automatic variables. This means that when the block is entered during program execution, the automatic variables will be automatically allocated; when the… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”