Search Results

3
votes

Learning to write a compiler

There's a lot of good answers here, so i thought I'd just add one more to the list: I got a book called Project Oberon more than a decade ago, which has some very well written text on the c …
0
votes

How would you use design patterns to educate and share design experiences?

There's a ton of patterns in C-software, but the 'patterns' developed with Smalltalk in mind probably won't make that much sense. The most basic pattern teached in introductory CS classes i …