Sciweavers

1392 search results - page 33 / 279
» Staging generic programming
Sort
View
ICFP
2007
ACM
14 years 7 months ago
A generic usage analysis with subeffect qualifiers
Sharing analysis and uniqueness typing are static analyses that aim at determining which of a program's objects are to be used at most once. There are many commonalities betw...
Jurriaan Hage, Stefan Holdermans, Arie Middelkoop
ICFP
2005
ACM
14 years 7 months ago
Scrap your boilerplate with class: extensible generic functions
The `Scrap your boilerplate' approach to generic programming allows the programmer to write generic functions that can traverse arbitrary data structures, and yet have type-s...
Ralf Lämmel, Simon L. Peyton Jones
ECOOP
2007
Springer
14 years 1 months ago
Generic Universe Types
Ownership is a powerful concept to structure the object store and to control aliasing and modifications of objects. This paper presents an ownership type system for a Javalike pr...
Werner Dietl, Sophia Drossopoulou, Peter Müll...
GECCO
2006
Springer
152views Optimization» more  GECCO 2006»
13 years 11 months ago
Using genetic programming to classify node positive patients in bladder cancer
Nodal staging has been identified as an independent indicator of prognosis. Quantitative RT-PCR data was taken for 70 genes associated with bladder cancer and genetic programming ...
Arpit A. Almal, Anirban P. Mitra, Ram H. Datar, Pe...
PEPM
2010
ACM
14 years 4 months ago
Optimizing generics is easy!
Datatype-generic programming increases program reliability by reducing code duplication and enhancing reusability and modularity. Several generic programming libraries for Haskell...
José Pedro Magalhães, Stefan Holderm...