Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book Price in India, Specifications, Reviews & Offers. Buy online at Amazon . Compare Prices and Save!

Rating:
Write a review
Brand:
Product Code: 236881
Stock Instock
Buy Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book online at Amazon.
Please wait..Prices are getting updated..

Price Comparison

STORE PRICE Stock
Price at Amazon is ₹2,654
In Stock
GO TO STORE

Store List

Store Description Link

Structure and Interpretation of Computer Programs: JavaScript ...

Look inside this book. Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science ...

GO TO STORE

Structure and Interpretation of Computer Programs: JavaScript ...

Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) : Abelson, Harold, Sussman, ...

GO TO STORE

Structure and Interpretation of Computer Programs, second edition ...

Structure and Interpretation of Computer Programs, second edition (MIT Electrical Engineering and Computer Science) : Abelson, Harold, Sussman, Gerald Jay, ...

GO TO STORE

Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book Features


The lowest Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book Price in India is ₹2,654 at Amazon.
Buy Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book online at Amazon.
Check out the latest prices and availability at major retailers like Amazon and Flipkart.
The online price is valid across the cities in India including Bangalore, Chennai, New Delhi, Hyderabad, Kolkata, Mumbai and Pune. Before purchasing, please refer to the specific online store for any variation in the price.
Prices are subjected to change, please check the latest price at the respective store.
Check the Estimated Delivery, Shipping Cost, Cash on Delivery (COD) and EMI options while purchasing this product.
Please go through Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book full specifications, features, expert review and unboxing videos before purchasing.
Shop Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book at Amazon at the best price in India and save big! With a low price / discount / promotions, for a great value.

Write a review

Note: HTML is not translated!

Bad            Good

Structure and Interpretation of Computer Programs: JavaScript Edition (MIT Electrical Engineering and Computer Science) Book Reviews from YouTube

Structure and Interpretation of Computer Programs - Chapter 1.1
#SICP Review
Structure and Interpretation of Computer Programs: SICP - Conor Hoekstra - CppCon 2020
I recommend the dragon book as a followup to SICP.
This presentation made my day! Thank you so much.
A little late to the party, but what about Iverson's 1962 /A Programming Language/. It's super weird. Translating some of it to modern APL might be challenging. Jumps are noted by lines and arrows on the page.
what's the prerequisite for taking this course? I'm teaching myself CS. I had gone through Dan Grossman's programming languages on Coursera a while back. but this sicp seems to be on another level. this video went so quick it all went over my head. is sicp at a higher level than Grossman's Programming languages you reckon?
Do you have this on any podcast platforms?
Just imagine if people focus on one Lisp and enlarging its ecosystem than creating all these variants...
Looking forward to going through all of these 🎉
drinking game: take a shot every time he says prolific lmao great video tho! really helped me understand the book better!
17:52 I agree. That's something I've been guilty of in the past.
you deserve more subscribers
People are still reading this book?
this is great
Thanks a lot for this series :)
I have looked years for such content. Did you solve all the SICP exercises in the lectures? @code_report
I can't thank you enough for this series........... Please keep it going. This was exactly what i was looking for.
This is great series. One more book that would make a great series with lot of exercises is "Paradigms of Artificial Intelligence Programming" by Peter Norvig.
I do research on programming languages and formal methods. I must say that SICP book is a gem. Thanks for dissecting the inner details of the book text. Also, I watched your cppcon video as well, awesome work.
Dude this awesome. Thanks for doing this. Please keep it up.
THANK YOU !! amazing idee
Thank you very very much! This is very good doing . Hope you will cover entire book since there is some hard things. Thanks in advance!
Table of Contents: 00:00 Intro 00:51 Meta Info 03:18 Content 06:54 Conclusion
My ques is .. if i read and get SICP , then can i work as senior java developer directly ... Without much pior experience .
Worked through the exercises in this book as part of a study group at work, it was very enlightening. I would like to recommend the Dragon Book after this.
Made my way through the first chapter, been an interesting read. I imagine to get the most of the book and to fully understand the concepts you'd have to do the exercises? I'm thinking of just taking my time reading the book and once I'm done, to start again but do the exercises (as best as I can) this time round. Regardless, great review!
My bachelor course introduce this book as programming course. I understood essentially 10% only 😂
I am beginner and I want to start my programming career with sicp , would you recommend this to me ?
sen türksün bence
pick a language in 15 minutes — if working within a team.
Very good review!
I didn't know I needed this format, nor to read this book. Thanks for the review!
Great review format. Sufficiently short, well summarized and clearly enunciated. Keep it up!
After rocking the AP CS exam in high school, my first course at Berkeley used SICP. So many parentheses! Plus learning to use Emacs and HP-UX (the diamond key means meta), that turned out to be a very humbling semester.
YEAH!! Finally SICP
If you liked the Clojure ad check out "Land of Lisp" at https://www.youtube.com/watch?v=HM1Zb3xmvMc
The thing I noticed when I came back to SICP later was just how trivial, obvious and boring it all was. This is not a strike against it, but for just how successful all the ideas in it became over the last decade or two!
Doing SICP in C++... This is absolutely haram. How did you think this was a good idea?
Hey Connor, @59:03 can you answer a question for me? I'm curious what TRIANGLE PRODUCT and ORDERED TRIANGLE PRODUCT look like. Here is my solution in APL, but I'm not familiar with these 2 functions, and don't see them documented or mentioned elsewhere online. Could you take a look, and explain how to replace selection from the cartesian vector to use the TRIANGLE PRODUCT you mentioned? ram←{{(2=/⍵)/1↓⍵} {⍵[⍋⍵]} +/¨ 3*⍨ {(0>-/¨⍵)/⍵} , ⍳ ⍵ ⍵} ram 33 1729 4104 13832 20683 32832
37:27, v.begin()+1 is enough. See cppreference' sample code, https://en.cppreference.com/w/cpp/algorithm/nth_element
Awsome talk
Why Structure and Interpretation of Computer Programs matters Brian Harvey - University of California, Berkeley - http://people.eecs.berkeley.edu/~bh/sicp.html
CTMCP - the authors presenting their book: https://www.researchgate.net/publication/231874671_Concepts_Techniques_and_Models_of_Computer_Programming
And from the horses mouth, complete with awesome computer music and images from the time. "These twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course, given in July 1986 for Hewlett-Packard employees": https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/
Great talk! Great Book!
accumulate faster than raw loops ? you must be joking
My favorite book. I'm looking forward for this talk to be disclosed in 36 hours...

Related Products

Internet of Things Price in India

₹359 ₹359
FREE Shipping
1 Stores
-33% OFF

Learning Helm: Managing Apps on Kubernetes Price in India

₹713 ₹713
FREE Shipping
1 Stores
-79% OFF

Superintelligence: Paths, Dangers, Strategies Price in India

₹115 ₹115
FREE Shipping
1 Stores
-54% OFF

A Thousand Brains: A New Theory of Intelligence Price in India

₹544 ₹544
FREE Shipping
1 Stores
-61% OFF

Hello World – Being Human in the Age of Algorithms Price in India

₹6,970 ₹6,970
FREE Shipping
1 Stores
-31% OFF