Wir verwenden Cookies und Analyse-Tools, um die Nutzerfreundlichkeit der Internet-Seite zu verbessern und für Marketingzwecke. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind. Zur Datenschutzerklärung.
Design, Implementation and Calculation of Circular Programs
Details
Circular programming is a powerful technique to
express multiple traversal algorithms as a single
traversal function in a lazy setting. Such a
(virtual) circular program may contain circular
definitions, that is, arguments of function calls
that are also results of that same call. Although
circular definitions always induce non-termination
under a strict evaluation mechanism, they can
sometimes be immediately evaluated using a lazy
evaluation strategy. The lazy engine is able to
compute the right evaluation order, if that order
exists. Indeed, using this style of circular
programming, the programmer does not have to concern
him/herself with the definition and the scheduling of
the different traversal functions, since only a
single (traversal) function has to be defined.
Neither does the programmer have to define
intermediate gluing data structures to convey values
computed in one traversal and needed in a following one.
In this book, we present our studies on the design,
implementation and calculation of circular programs.
Autorentext
João Fernandes is a Postdoctoral researcher at the Department ofInformatics, University of Minho. He obtained his PhD. title in2009, following his research on the analysis, transformation andoptimization of circular lazy functional programs, speciallyunder calculational form.
Klappentext
Circular programming is a powerful technique toexpress multiple traversal algorithms as a singletraversal function in a lazy setting. Such a(virtual) circular program may contain circulardefinitions, that is, arguments of function callsthat are also results of that same call. Althoughcircular definitions always induce non-terminationunder a strict evaluation mechanism, they cansometimes be immediately evaluated using a lazyevaluation strategy. The lazy engine is able tocompute the right evaluation order, if that orderexists. Indeed, using this style of circularprogramming, the programmer does not have to concernhim/herself with the definition and the scheduling ofthe different traversal functions, since only asingle (traversal) function has to be defined.Neither does the programmer have to defineintermediate gluing data structures to convey valuescomputed in one traversal and needed in a following one.In this book, we present our studies on the design,implementation and calculation of circular programs.
Weitere Informationen
- Allgemeine Informationen
- GTIN 09783639168969
- Sprache Englisch
- Größe H220mm x B220mm
- Jahr 2009
- EAN 9783639168969
- Format Kartonierter Einband (Kt)
- ISBN 978-3-639-16896-9
- Titel Design, Implementation and Calculation of Circular Programs
- Autor João Fernandes
- Untertitel Multiple Traversal Algorithms in a Lazy Functional Setting
- Herausgeber VDM Verlag
- Anzahl Seiten 180
- Genre Informatik