Fun with Programming Languages
Paul Kaiser
Broschiertes Buch

Fun with Programming Languages

Versandkostenfrei!
Versandfertig in über 4 Wochen
64,99 €
inkl. MwSt.
PAYBACK Punkte
32 °P sammeln!
An overview of programming languages: assembly language, procedural languages, and functional languages. This book is intended for readers who have a good foundation in writing code in some high level language (C++ or Java would be fine). The goal is to introduce compiler and interpreter concepts and implement various languages within the four parts of the text. - Part I focuses on assembly language and builds an interpreter for KCODE - Part II focuses on introducing procedural languages and builds a compiler for CALC - Part III builds on Part II to elaborate on specific topics within compiler...