Sciweavers

1821 search results - page 86 / 365
» Security-Aware Program Transformations
Sort
View
SNPD
2003
13 years 10 months ago
Stream Processing on the Grid: an Array Stream Transforming Language
Specific requirements of stream processing on the Grid are discussed. We argue that when the stream processing paradigm is used for cluster computing, the processing components c...
Alexander V. Shafarenko
ICONFERENCE
2011
13 years 4 months ago
eBirding: technology adoption and the transformation of leisure into science
The decreasing cost of technology and Internet access has resulted in increasingly large-scale scientific research projects that rely on technology-mediated public participation....
Andrea Wiggins
PEPM
2009
ACM
14 years 5 months ago
Program interpolation
Program interpolation is a new type of transformation that given an input program written in a specially constructed Domain Specific Language (DSL), produces a family of function...
Andrew Moss, Dan Page
CORR
2002
Springer
93views Education» more  CORR 2002»
13 years 8 months ago
Logic program specialisation through partial deduction: Control issues
Program specialisation aims at improving the overall performance of programs by performing source to source transformations. A common approach within functional and logic programm...
Michael Leuschel, Maurice Bruynooghe
ICFP
2007
ACM
14 years 9 months ago
Call-pattern specialisation for haskell programs
User-defined data types, pattern-matching, and recursion are ubiquitous features of Haskell programs. Sometimes a function is called with arguments that are statically known to be...
Simon L. Peyton Jones