X
Writing Interpreters and Compilers for the
Writing Interpreters and Compilers for the
Writing Interpreters and Compilers for the

Writing Interpreters and Compilers for the Raspberry Pi Using Python

Product ID : 36172427
4.4 out of 5 stars


Galleon Product ID 36172427
Shipping Weight 1.34 lbs
I think this is wrong?
Model
Manufacturer Createspace Independent Publishing Platform
Shipping Dimension 11.06 x 8.5 x 0.59 inches
I think this is wrong?
-
Save 13%
Before ₱ 2,666
2,308

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Writing Interpreters And Compilers For The

A NEWER EDITION OF THIS BOOK IS NOW AVAILABLE. If you want to learn how to write interpreters and compilers and at the same time learn how Python, Python bytecode, assembly language, and dynamic typing work, this is the book for you. The only prerequisites are some experience with any programming language and a computer on which you can install Python 3 (or Python 2 if you prefer). A Raspberry Pi is not required. Included in the software package for the book is an interpreter that allows you to run ARM/Raspberry Pi assembly language programs on your Windows, Linux, or Mac OS X systems. If you have not yet learned Python or assembly language, so much the better. You will get the added bonus of learning Python and assembly language while you learn all about interpreters and compilers. Two chapters on assembly language and an appendix on Python cover everything you need to know to start writing interpreters and compilers. The book covers the three types of language processors: pure interpreters, hybrid interpreters, and compilers. Rather than covering each type in depth before going on to the next type, the book initially covers all three at a very introductory level. So the presentation is easy to follow, and the interpreters and compilers are easy to implement. The book then repeats the cycle but at a higher level, and again at an even higher level. If you call it quits after the first cycle, you will have already benefited from a complete, albeit introductory, course on pure interpreters, hybrid interpreters, and compilers. If you want more, you can continue with the more advanced cycles. And if you want to take the depth-first approach, you can do that also.