Sciweavers

1895 search results - page 179 / 379
» Modular Functional Descriptions
Sort
View
LISP
2007
112views more  LISP 2007»
13 years 8 months ago
The next 700 Krivine machines
: The Krivine machine is a simple and natural implementation of the normal weak-head reduction strategy for pure λ-terms. While its original description has remained unpublished, ...
Rémi Douence, Pascal Fradet
WWW
2003
ACM
14 years 8 months ago
Offering open hypermedia services to the WWW: a step-by-step approach for developers
Hypermedia systems and more specifically open hypermedia systems (OHS) provide a rich set of implementations of different hypertext flavors such as navigational hypertext, spatial...
Nikos Karousos, Ippokratis Pandis, Siegfried Reich...
SIGMOD
2007
ACM
132views Database» more  SIGMOD 2007»
14 years 8 months ago
A dynamic and flexible sensor network platform
SwissQM is a novel sensor network platform for acquiring data from the real world. Instead of statically hand-crafted programs, SwissQM is a virtual machine capable of executing b...
Donald Kossmann, Gustavo Alonso, Jan S. Rellermeye...
ICFP
2006
ACM
14 years 8 months ago
Programming monads operationally with Unimo
Monads are widely used in Haskell for modeling computational effects, but defining monads remains a daunting challenge. Since every part of a monad's definition depends on it...
Chuan-Kai Lin
ICFP
2005
ACM
14 years 8 months ago
The anatomy of a loop: a story of scope and control
Writing loops with tail-recursive function calls is the equivalent of writing them with goto's. Given that loop packages for Lisp-family languages have been around for over 2...
Olin Shivers