#20 in Information theory books
Use arrows to jump to the previous/next product

Reddit mentions of Understanding Computation: From Simple Machines To Impossible Programs

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of Understanding Computation: From Simple Machines To Impossible Programs. Here are the top ones.

Understanding Computation: From Simple Machines To Impossible Programs
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.19 inches
Length7 inches
Number of items1
Release dateJune 2013
Weight1.17 pounds
Width0.77 inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on Understanding Computation: From Simple Machines To Impossible Programs:

u/assertchris · 2 pointsr/programming

Thanks for the reference. This is one of the main sources of learning for me. The recursive descent parsing sections are almost completely inspired by it.

Another great resources is Understanding Computation (http://www.amazon.com/dp/1449329276), which inspires much of the automata sections.

I will of course credit both of these resources when I get to their sections, but the former (which is excellent) takes very long to get to building a compiler (and is also a bit dry) and the latter never actually builds a compiler. I am hoping to combine the best bits of these in short sections.

> and probably better also

Professor Aiken is a brilliant teacher. The course is long, but well worth the time. Thanks for the reference.

u/elimc · 2 pointsr/compsci

Understanding Computation:
http://www.amazon.com/dp/1449329276

Turning Machines were just one part. There were also great explanations of the halting problem, automata, parsing, static analysis, etc . . . I don't consider myself the smartest guy in the room, but even I was able to follow most of it. It uses Ruby to let you reproduce all of the ideas with code.

u/cthechartreuse · 1 pointr/javascript

Honestly, it really made sense after studying theory of computation. Looking at nondeterministic finite automata and how it relates to core regular expression rules, it's not too tough to string together some pretty useful expressions. I know it's not popular to talk about academic topics to pull a concept together, but it really helps in this case.

Here's a book I recommend to people who don't have the time or inclination to do a comp sci 4-year program:

https://www.amazon.com/Understanding-Computation-Machines-Impossible-Programs/dp/1449329276

*edit added book