this post was submitted on 02 Sep 2024
892 points (99.1% liked)

Programmer Humor

32050 readers
1416 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] huzzahunimpressively@lemmy.world 7 points 2 weeks ago (3 children)

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

[–] AI_toothbrush@lemmy.zip 3 points 2 weeks 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.

[–] kirk781@discuss.tchncs.de 1 points 2 weeks ago

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

[–] boonhet@lemm.ee 1 points 2 weeks 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.