Originally posted by: Train
Originally posted by: esun
Not a CS major, but on the EE side of EECS. Of the required courses, we had: 1 class Scheme, 1 class C & MIPS asm, 1 class Java (algorithms and data structures). Non-required, our OS course used Java. Not sure what all the others used. I know one used Python. One was more open-ended so you could probably use whatever you want. Anyway, C & asm didn't show up a whole lot after that one course (except with microcontrollers, but I didn't use those until after graduating).
I kinda wish I had went to a college that used Scheme or Lisp, at least at the introductory level like MIT or Harvard does.
Trust me, you didn't miss much. If you really want the experience, though, the book used by MIT and Berkeley (and I'd bet any school using Scheme) is completely free and available online:
http://mitpress.mit.edu/sicp/
If you go through that book start to finish you'll probably have gotten a much more comprehensive overview than even we got in the class.