
Into the Interpreter with ConsTcl
Peter Lewerin(Author)
BoD - Books on Demand - Schweden (Publisher)
1st Edition
Published on 19. November 2025
Book
Paperback/Softback
350 pages
978-91-8097-023-5 (ISBN)
Description
In computing, an interpreter is software that executes source code without first compiling it to machine code. (Wikipedia)
If you have ever wondered how to write such a piece of software, this book has a full set of code for an interpreter that accepts and evaluates Scheme source. The source for the interpreter is also available on the web.
With twelve illustrations and detailed descriptions of every component of the interpreter, along with the source code for the individual component, you're all set to explore the mechanisms of an interpreter. Input, evaluation, and output are covered, as well as lexical scoping with environments, and also a library with equivalence predicates, numbers, booleans, characters, procedures and control constructs, input and output procedures, pairs and lists, strings, symbols, and vectors.
The source code for the interpreter (ConsTcl) is in Tcl, a language well suited for writing software of this kind.
More details
Language
English
Dimensions
Height: 210 mm
Width: 148 mm
Thickness: 22 mm
Weight
508 gr
ISBN-13
978-91-8097-023-5 (9789180970235)
Schweitzer Classification
Person
Author
has a long background in programming and has experience both in programming itself and in teaching programming.