vote up 13 vote down star
6

What is the most influential CS class that you've taken? This could mean the one which made you a better programmer, the one which changed the way you think about CS... maybe even the one that made you decide not to major in CS, although I doubt we'll see many of those around here.

I have two candidates: One was Computer Systems, where we learned how computers work starting from logic gates leading into designing and simulating our own RISC computer, then creating a compiler for a simple language to compile to that assembly code.

Another is this course about Programming Languages I'm taking. It's teaching me a lot of new concepts like continuations, what mutation really is, etc...

flag

33 Answers

prev 1 2
vote up 5 vote down

Comparative programming languages, where we wrote the same programs in Lisp, COBOL, Fortran, Prolog, C, and Java.

link|flag
show 3 more comments
vote up 2 vote down

The Computer Organization and Architecture class at the community college I went to: understanding how the actual bits flow around made massive improvements in my higher-level coding.

link|flag
show 2 more comments
vote up 21 vote down

Compilers. It really opened my eyes to the intricacies of how programs are made.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.