VLISP A Verified Implementation of Scheme: A Special Issue of Lisp and Symbolic Computation, An International Journal Vol. 8, Nos. 1 & 2 March 1995
Editat de Joshua D. Guttman, Mitchell Wanden Limba Engleză Paperback – 20 noi 2012
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 981.89 lei 6-8 săpt. | |
Springer Us – 20 noi 2012 | 981.89 lei 6-8 săpt. | |
Hardback (1) | 991.94 lei 6-8 săpt. | |
Springer Us – 30 mai 1995 | 991.94 lei 6-8 săpt. |
Preț: 981.89 lei
Preț vechi: 1227.36 lei
-20% Nou
Puncte Express: 1473
Preț estimativ în valută:
187.93€ • 195.46$ • 157.49£
187.93€ • 195.46$ • 157.49£
Carte tipărită la comandă
Livrare economică 13-27 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781461359913
ISBN-10: 1461359910
Pagini: 192
Ilustrații: 184 p.
Dimensiuni: 160 x 240 x 10 mm
Greutate: 0.28 kg
Ediția:Softcover reprint of the original 1st ed. 1995
Editura: Springer Us
Colecția Springer
Locul publicării:New York, NY, United States
ISBN-10: 1461359910
Pagini: 192
Ilustrații: 184 p.
Dimensiuni: 160 x 240 x 10 mm
Greutate: 0.28 kg
Ediția:Softcover reprint of the original 1st ed. 1995
Editura: Springer Us
Colecția Springer
Locul publicării:New York, NY, United States
Public țintă
ResearchDescriere
The VLISP project showed how to produce a comprehensively verified implemen tation for a programming language, namely Scheme [4, 15). Some of the major elements in this verification were: • The proof was based on the Clinger-Rees denotational semantics of Scheme given in [15). Our goal was to produce a "warts-and-all" verification of a real language. With very few exceptions, we constrained ourselves to use the se mantic specification as published. The verification was intended to be rigorous, but. not. complet.ely formal, much in the style of ordinary mathematical discourse. Our goal was to verify the algorithms and data types used in the implementat.ion, not their embodiment. in code. See Section 2 for a more complete discussion ofthese issues. Our decision to be faithful to the published semantic specification led to the most difficult portions ofthe proofs; these are discussed in [13, Section 2.3-2.4). • Our implementation was based on the Scheme48 implementation of Kelsey and Rees [17). This implementation t.ranslates Scheme into an intermediate-level "byte code" language, which is interpreted by a virtual machine. The virtual machine is written in a subset of Scheme called PreScheme. The implementationissufficient.ly complete and efficient to allow it to bootstrap itself. We believe that this is the first. verified language implementation with these properties.
Cuprins
VLISP: A Verified Implementation of Scheme.- The VLISP Verified Scheme System.- The VLISP Verified PreScheme Compiler.