Build a Modern Computer from First Principles: From Nand to Tetris
1–10 of 18 posts
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#2Re: Build a Modern Computer from First Principles: From Nand to Tetris
#3[1] https://www.amazon.com/Elements-Computing-Systems-Building-P...
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#4Recommend!
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#5Interesting. Anyone know if it's updated from [0]? Wonder if it'll just use the same Software. The book [1] was interesting. [0] http://nand2tetris.org/ [1] https://www.amazon.com/Elements-Computing-Systems-Building-P...
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#6Interesting. Anyone know if it's updated from [0]? Wonder if it'll just use the same Software. The book [1] was interesting. [0] http://nand2tetris.org/ [1] https://www.amazon.com/Elements-Computing-Systems-Building-P...
The included hands-on projects made it more fun and interesting. Basically you'll build a simple computer from the ground up, starting with flip-flops and going all the up up to ALU, memory and CPU.
The grader works well, so you can submit your code and it'll grade you in realtime. You can finish it in less than a month, if you have experience with electronics and Boolean logic.
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#7Note that this is one the first half of the coursework, I'm still waiting for the second part.
Seriously, if you're self taught, and have been writing code for a while, this and a great compiler course will take you to a new level.
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#8Re: Build a Modern Computer from First Principles: From Nand to Tetris
#9Interesting. Anyone know if it's updated from [0]? Wonder if it'll just use the same Software. The book [1] was interesting. [0] http://nand2tetris.org/ [1] https://www.amazon.com/Elements-Computing-Systems-Building-P...
I finished it a couple of months ago. It uses the exact same structure and software as described in the book (HACK language, etc). The included hands-on projects made it more fun and interesting. Basically you'll build a simple computer from the ground up, starting with flip-flops and going all the up up to ALU, memory and CPU. The grader works well, so you can submit your code and it'll grade you in realtime. You ca…
Re: Build a Modern Computer from First Principles: From Nand to Tetris
#10I started the book back in August and got as far as implementing the lexical analysis in the compiler, I was kinda hoping this course would give the the push to finish everything.