teachyourselfcs

SICP summary and notes

The sicp covers the root of programming languages and the ways to handle complexity of programs. The book is more inclined towards mathematical side of programming. Summary Preface It doesn’t matter much what the programs are about or what applications they serve.

Summary & Review: Nand to Tetris Part 1

The Nand-to-Tetris course teaches how to build a computer from primitive Nand gates. The second part teaches how to build a fully fledged High level programming language running the Hack computer built in the first part.