• TimeSquirrel@kbin.melroy.org
    link
    fedilink
    arrow-up
    43
    arrow-down
    1
    ·
    1 month ago

    They sure love them some Java. It’d be nice if they focused more on C/C++/Rust, you know, actual bare metal system languages that make you think about memory management.

    Edit: I used to have a roommate who was studying compsci and they were making him program a PIC18F microcontroller on a development board in assembly. It was kinda fun because while he wasn’t using it, I’d have fun with it just programming normal C and making all the blinkenlights and gizmo peripherals on his board do shit, while he was struggling to even read a sensor.

    • finestnothing@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      1 month ago

      In my CS degree I would have only learned and used java if not for my optional data science courses, a single class on machine language, a single SQL course, and a c++ course at community college before going to uni.

      My data science courses introduced me to matlab, bash, r, Julia, python, machine learning, docker, Linux, and aws. My uni didn’t even have a data science degree, those courses primarily counted towards my math minor since they were under statistics.

      The one piece of advice I still give to every CS student I meet is to diversify your classes whenever possible, don’t just stick to the core comp sci classes and take throwaway electives

      • AccountMaker@slrpnk.net
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Interesting, in my degree we had one lesson in Java for OOP (the rest of the course was C++), Java for android programming, Python in another course, and everything else from year 1 to year 4 (that had programming) was in C/C++. Except for assembly in computer architecture.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      4
      ·
      1 month ago

      If it’s compsci, then it doesn’t need to be bare metal. It should be a language that’s good at demonstrating abstractions. Java wouldn’t be my choice, here. Elixir would be a good one.

      You might want bare metal as a prereq to an operating system course.

      If it’s software engineering, OTOH, then yes, a bare metal language has a bigger place.

    • ziggurat@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 month ago

      To be fair, this is my experience in academic computer science also

      Edit: didn’t click the link before commenting, this is referencing what universities already teach