Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
Till Ulen (talk | contribs)
m Removed link from Julie Sussman because it was pointing to this very article via a redirect.
program->book
Tags: Visual edit Mobile edit Mobile web edit
Line 28:
Using [[Scheme (programming language)|Scheme]], a dialect of the [[Lisp programming language]], the book explains core computer science concepts.
 
The programbook also introduces a practical implementation of the [[register machine]] concept, defining and developing an [[Assembly language#Assember|assembler]] for such a construct, which is used as a [[virtual machine]] for the implementation of interpreters and compilers in the book, and as a testbed for illustrating the implementation and effect of modifications to the evaluation mechanism. Working Scheme systems based on the design described in this book are quite common student projects.
 
== Characters ==