Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

After SICP

Name: Anonymous 2012-04-07 21:56

What do I read after SICP?

Name: Anonymous 2012-04-08 8:05

Are you new to computer science in general? Electrical Engineering? If so I suggest The Elements of Computing Systems. The book gives a solid introduction to how the hardware works at the lowest level, and slowly progresses up to basic OS and memory management concepts.

Throughout the book you will write a simulated computer system in an HDL language, down to the chipset (which you construct from logic gates), and a primitive OS to run on it.

The main downside of this book is that the second part of it assumes you will use Java to write the projects. It is mostly language-neutral, however, and if you already have some programming experience you can just implement it in whatever language you desire (such as LISP). I used C.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List