Sciweavers

29 search results - page 1 / 6
» Metaprogramming Domain Specific Metaprograms
Sort
View
REFLECTION
1999
Springer
13 years 8 months ago
Metaprogramming Domain Specific Metaprograms
When a metaprogram automatically creates rules, some created rules are useless because they can never apply. Some metarules, that we call impossibility metarules, are used to remov...
Tristan Cazenave
GPCE
2007
Springer
13 years 7 months ago
Generative metaprogramming
Recent advances in Software Engineering have reduced the cost of coding programs at the expense of increasing the complexity of program synthesis, i.e. metaprograms, which when ex...
Salvador Trujillo, Maider Azanza, Oscar Día...
ENTCS
2002
80views more  ENTCS 2002»
13 years 3 months ago
Metaprogramming Applied to Web Component Deployment
Metaprogramming is a generic approach described in many articles. Surprisingly, examples of successful applications are scarce. This paper gives such an example. With a metaprogra...
Welf Löwe, Markus L. Noga
SOCO
2009
Springer
13 years 10 months ago
Language Design for Meta-programming in the Software Composition Domain
How would a language look like that is specially designed for solving meta-programming problems in the software composition domain? We present requirements for and design of Rascal...
Paul Klint, Jurgen J. Vinju, Tijs van der Storm
ACMSE
2008
ACM
13 years 5 months ago
A little language for surveys: constructing an internal DSL in Ruby
Using a problem domain motivated by Bentley's"Little Languages" column [1], this paper explores the use of the Ruby programming language's flexible syntax, dyn...
H. Conrad Cunningham