Sciweavers

12452 search results - page 168 / 2491
» An exploration of program as language
Sort
View
ESOP
2010
Springer
16 years 3 months ago
Functional Programming in Sublinear Space
Ugo Dal Lago, Ulrich Schöpp
ICFP
2005
ACM
16 years 6 months ago
Dynamic optimization for functional reactive programming using generalized algebraic data types
A limited form of dependent types, called Generalized Algebraic Data Types (GADTs), has recently been added to the list of Haskell extensions supported by the Glasgow Haskell Comp...
Henrik Nilsson
CC
2003
Springer
124views System Software» more  CC 2003»
15 years 11 months ago
Polyglot: An Extensible Compiler Framework for Java
Polyglot is an extensible compiler framework that supports the easy creation of compilers for languages similar to Java, while avoiding code duplication. The Polyglot framework is ...
Nathaniel Nystrom, Michael R. Clarkson, Andrew C. ...