null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Essentials of Compilation (An Incremental Approach in Python)

List Price: $50.00
SKU:
9780262048248
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jeremy G. Siek
    Format:
    Hardcover
    Pages:
    232
    Publisher:
    MIT Press (August 1, 2023)
    Language:
    English
    ISBN-13:
    9780262048248
    ISBN-10:
    0262048248
    Weight:
    22.6oz
    Dimensions:
    7.25" x 10.31" x 0.74"
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260405T171853_155746887-20260405.xml
    Folder:
    RandomHouse
    List Price:
    $50.00
    Case Pack:
    18
    As low as:
    $38.50
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
    Audience:
    General/trade
    Country of Origin:
    United States
    Pub Discount:
    65
    Imprint:
    The MIT Press
  • Overview

    A hands-on approach to understanding and building compilers using the programming language Python.

    Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure that hides how language features motivate design choices. By contrast, this innovative textbook provides an incremental approach that allows students to write every single line of code themselves. Jeremy Siek guides the reader in constructing their own compiler in the powerful object-oriented programming language Python, adding complex language features as the book progresses. Essentials of Compilation explains the essential concepts, algorithms, and data structures that underlie modern compilers and lays the groundwork for future study of advanced topics. Already in wide use by students and professionals alike, this rigorous but accessible book invites readers to learn by doing. 

    • Deconstructs the challenge of compiler construction into bite-sized pieces
    • Enhances learning by connecting language features to compiler design choices
    • Develops understanding of how programs are mapped onto computer hardware
    • Classroom-tested, hands-on approach suitable for students and professionals
    • Extensive ancillary resources include source code and solutions