Sciweavers

1185 search results - page 25 / 237
» Implementing Functional Languages: a tutorial
Sort
View
ICFP
2001
ACM
14 years 10 months ago
A Simple Implementation Technique for Priority Search Queues
This paper presents a new implementation technique for priority search queues. This abstract data type is an amazing blend of finite maps and priority queues. Our implementation s...
Ralf Hinze
TBILLC
2005
Springer
14 years 3 months ago
Natural Logic for Natural Language
We implement the extension of the logical consequence relation to a partial order ā‰¤ on arbitary types built from e (entities) and t (Booleans) that was given in [1], and the deļ...
Jan van Eijck
FMOODS
2007
13 years 11 months ago
Distributed Applications Implemented in Maude with Parameterized Skeletons
Abstract. Algorithmic skeletons are a well-known approach for implementing parallel and distributed applications. Declarative versions typically use higher-order functions in funct...
Adrián Riesco, Alberto Verdejo
PPDP
2010
Springer
13 years 8 months ago
Functional derivation of a virtual machine for delimited continuations
This paper connects the deļ¬nitional interpreter for the Ī»-calculus extended with delimited continuation constructs, shift and reset, with a compiler and a low-level virtual mac...
Kenichi Asai, Arisa Kitani
DAGSTUHL
2003
13 years 11 months ago
Embedding a Hardware Description Language in Template Haskell
Abstract. Hydra is a domain-speciļ¬c language for designing digital circuits, which is implemented by embedding within Haskell. Many features required for hardware speciļ¬cation ...
John T. O'Donnell