Incase it doesn’t show up:

  • @huzzahunimpressively
    link
    713 days ago

    Which programming language would you like to teach if you were a teacher? P.D I also learned C++ as my first language

    • AItoothbrush
      link
      fedilink
      English
      313 days ago

      Idk about other people but just learning c is so logical. You do stupid shit, you get stupid results. Of course there are a lot of bad things with c but at least when you sit down to understand how it works, it works while most oop languages are so detached from the hardware its hard to understand anything. It might be just me but oop breaks my brain. Also ive never coded in c++ but i automatically avoided it. I heard rust has very minimal oop and its just to make things smoother so i may try that.

    • @[email protected]
      link
      fedilink
      113 days ago

      C++ was my second programming language after BASIC, if that still qualifies as a programming language these days.

    • @[email protected]
      link
      fedilink
      113 days ago

      I’m not a teacher, and I don’t want to become one tbh.

      That said, something like Python is standard, and for good reason IMO. For OOP they usually teach Java here, though I’m not a huge fan. I think Kotlin would be better to teach nowadays. There are other OO languages of course, but I’m of the opinion that after messing around with Python, students should probably use something strongly typed, so that’s JavaScript out - I suppose TypeScript could be used, but IMO it’d be best to keep JS/TS in a web dev specific course.