Sciweavers

AOSD
2016
ACM
8 years 1 months ago
Hierarchical layer-based class extensions in Squeak/Smalltalk
Class extensions are frequently used in programming languages such as Ruby and Smalltalk to add or change methods of a class that is defined in the same application or in a diffe...
Matthias Springer, Hidehiko Masuhara, Robert Hirsc...
AOSD
2016
ACM
8 years 1 months ago
Matriona: class nesting with parameterization in Squeak/Smalltalk
We present Matriona, a module system for Squeak, a Smalltalk dialect. It supports class nesting and parameterization and is based on a hierarchical name lookup mechanism. Matriona...
Matthias Springer, Fabio Niephaus, Robert Hirschfe...
AOSD
2016
ACM
8 years 1 months ago
Segregating feature interfaces to support software product line maintenance
Although software product lines are widely used in practice, their maintenance is challenging. Features as units of behaviour can be heavily scattered across the source code of a ...
Bruno Barbieri Pontes Cafeo, Claus Hunsen, Alessan...
AOSD
2016
ACM
8 years 1 months ago
Development environment for literal inter-language use case driven modularization
Commonly, during programming the code related to use cases becomes scattered across different modules and at the same time the code related to different use cases becomes tangled....
Michal Bystrický, Valentino Vranic
AOSD
2016
ACM
8 years 1 months ago
Automatically selecting and optimizing constraint solver procedures for object-constraint languages
Object-constraint programming provides a design to integrate constraints with dynamic, object-oriented programming languages. It allows developers to encode multi-way constraints ...
Tim Felgentreff, Stefan Lehmann, Robert Hirschfeld...
AOSD
2016
ACM
8 years 1 months ago
Literal inter-language use case driven modularization
Use cases are a practically proven choice to concisely and precisely express what highly interactive systems do. Several attempts have been made to modularize code according to us...
Michal Bystrický, Valentino Vranic
AOSD
2016
ACM
8 years 1 months ago
Tool support for component-based semantics
The PLanCompS project has developed a component-based approach to formal semantics. Here, we present the tools we have implemented to support component-based language definitions...
L. Thomas van Binsbergen, Neil Sculthorpe, Peter D...
AOSD
2016
ACM
8 years 1 months ago
Modular architecture for code and metadata sharing
Every fragment of code we write has dependencies and associated metadata. Code dependencies range from local references and standard library definitions to external third party l...
Tomás Tauber, Bruno C. d. S. Oliveira
AOSD
2016
ACM
8 years 1 months ago
Constraints as polymorphic connectors
The architecture of interactive systems does not match the procedural decomposition mechanisms available in most programming languages, leading to architectural mismatch. Constrai...
Marcel Weiher, Robert Hirschfeld