|
|
|
|
|
by Elepsis
6402 days ago
|
|
Back when I took my intro to CS class, it was taught in Scheme. I hated this at the time -- and bitched about it constantly. "When am I ever going to need this language that isn't used for anything, and that has such a fucked up syntax))))))?" Looking back on it now (and having had to implement many of the algorithms we learned about in that class in C, Java and other languages that are less suited for it), I wouldn't have been able to grasp many of the sorting, binary tree or hashing algorithms nearly as easily in another language. To my own surprise, one of the things that I now consider most valuable about my undergrad degree was that it forced me to at least grasp Scheme and Smalltalk. |
|