Sciweavers

1895 search results - page 179 / 379
» Modular Functional Descriptions
Sort
View
95
Voted
LISP
2007
112views more  LISP 2007»
15 years 2 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
113
Voted
WWW
2003
ACM
16 years 3 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...
200
Voted
SIGMOD
2007
ACM
132views Database» more  SIGMOD 2007»
16 years 2 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
16 years 2 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
16 years 2 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