• SpaceCowboy@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    Yeah Comp Sci was a new department at my Uni when I went there, and they didn’t have the program figured out yet. So first year we had to do everything in Pascal. Second year they decided to switch to C, so we had to write everything in that. Third year they realized an object oriented language might be good to teach, so we had to do everything in C++. Last year we were doing stuff in Java.

    As disorganized as it was, in the end I learned more about the concepts better than I would have if they stuck to one language all the way through. Nowadays I work mainly with C# (it pays the bills) but I never took any classes in it. Just google how to do whatever concept and get the specific syntax for the language and you’re good to go.