Structure And Interpretation Of Computer Programs  at Meripustak

Structure And Interpretation Of Computer Programs

Books from same Author: Harold Abelson and Gerald Jay Sussman and Martin Henz And Tobias Wrigstad

Books from same Publisher: Mit Press

Related Category: Author List / Publisher List


  • Retail Price: ₹ 6765/- [ 11.00% off ]

    Seller Price: ₹ 6021

Sold By: T K Pandey      Click for Bulk Order

Offer 1: Get ₹ 111 extra discount on minimum ₹ 500 [Use Code: Bharat]

Offer 2: Get 11.00 % + Flat ₹ 100 discount on shopping of ₹ 1500 [Use Code: IND100]

Offer 3: Get 11.00 % + Flat ₹ 300 discount on shopping of ₹ 5000 [Use Code: MPSTK300]

Free Shipping (for orders above ₹ 499) *T&C apply.

In Stock

Free Shipping Available



Click for International Orders
  • Provide Fastest Delivery

  • 100% Original Guaranteed
  • General Information  
    Author(s)Harold Abelson and Gerald Jay Sussman and Martin Henz And Tobias Wrigstad
    PublisherMit Press
    ISBN9780262543231
    Pages640
    BindingSoftcover
    LanguageEnglish
    Publish YearFebruary 2022

    Description

    Mit Press Structure And Interpretation Of Computer Programs by Harold Abelson and Gerald Jay Sussman and Martin Henz And Tobias Wrigstad

    A new version of the classic and widely used text adapted for the JavaScript programming language.Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has been adapted for JavaScript.The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages. Chapters four and five, which used Scheme to formulate language processors for Scheme, required significant revision. Chapter four offers new material, in particular an introduction to the notion of program parsing. The evaluator and compiler in chapter five introduce a subtle stack discipline to support return statements (a prominent feature of statement-oriented languages) without sacrificing tail recursion.The JavaScript programs included in the book run in any implementation of the language that complies with the ECMAScript 2020 specification, using the JavaScript package sicp provided by the MIT Press website.