scispace - formally typeset
P

Peter Sestoft

Researcher at IT University of Copenhagen

Publications -  73
Citations -  3410

Peter Sestoft is an academic researcher from IT University of Copenhagen. The author has contributed to research in topics: Compiler & Partial evaluation. The author has an hindex of 19, co-authored 72 publications receiving 3346 citations. Previous affiliations of Peter Sestoft include University of Copenhagen & Technical University of Denmark.

Papers
More filters
Book

Partial evaluation and automatic program generation

TL;DR: This paper presents a guide to the literature the self-applicable scheme specializer, a partial evaluator for a subset of scheme for a first-order functional languages.
Journal ArticleDOI

Mix - a self-applicable partial evaluator for experiments in compiler generation

TL;DR: Mix as discussed by the authors is a self-applicable partial evaluator that can be used for transforming interpreters into corresponding compilers and even for the generation of compiler generators, which is useful because interpreters are significantly easier to write than compilers but run much slower than compiled code.
Journal ArticleDOI

Deriving a lazy abstract machine

TL;DR: The machine derived is a lazy version of Krivine's abstract machine, which was originally designed for call-by-name evaluation, and is extended with datatype constructors and base values, so the final machine implements all dynamic aspects of a lazy functional language.
Journal Article

An experiment in partial evaluation - the generation of a compiler generator

TL;DR: A running, non-trivial partial evaluator is described, which is the first which has been used in practice to transform interpreters into corresponding stand-alone compilers, or to generate a compile r generator by transforming itself.