Sciweavers

1932 search results - page 252 / 387
» Molecule-oriented programming in Java
Sort
View
CL
2006
Springer
15 years 22 days 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, ...
OOPSLA
2010
Springer
14 years 11 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
148
Voted
VL
2010
IEEE
247views Visual Languages» more  VL 2010»
14 years 11 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
82
Voted
PERCOM
2007
ACM
16 years 8 days 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Ã...
ICSE
2009
IEEE-ACM
15 years 7 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