Sciweavers

1937 search results - page 255 / 388
» Adaptation-based programming in java
Sort
View
101
Voted
CL
2006
Springer
15 years 2 months ago
Inter-language reflection: A conceptual model and its implementation
Meta programming is the act of reasoning about a computational system. For example, a program in Prolog can reason about a program written in Smalltalk. Reflection is a more power...
Kris Gybels, Roel Wuyts, Stéphane Ducasse, ...
138
Voted
OOPSLA
2010
Springer
15 years 1 months ago
Task types for pervasive atomicity
Atomic regions are an important concept in correct concurrent programming: since atomic regions can be viewed as having executed in a single step, atomicity greatly reduces the nu...
Aditya Kulkarni, Yu David Liu, Scott F. Smith
170
Voted
VL
2010
IEEE
247views Visual Languages» more  VL 2010»
15 years 1 months ago
Cleanroom: Edit-Time Error Detection with the Uniqueness Heuristic
Many dynamic programming language features, such as implicit declaration, reflection, and code generation, make it difficult to verify the existence of identifiers through standar...
Andrew J. Ko, Jacob O. Wobbrock
100
Voted
PERCOM
2007
ACM
16 years 2 months ago
MundoCore: A light-weight infrastructure for pervasive computing
MundoCore is a communication middleware specifically designed for the requirements of pervasive computing. To address the high degree of heterogeneity of platforms and networking ...
Erwin Aitenbichler, Jussi Kangasharju, Max MühlhÃ...
99
Voted
ICSE
2009
IEEE-ACM
15 years 9 months ago
Semantics-based code search
Our goal is to use the vast repositories of available open source code to generate speciï¬c functions or classes that meet a user’s speciï¬cations. The key words here are spec...
Steven P. Reiss