this post was submitted on 24 Aug 2023
155 points (100.0% liked)
Chat
7499 readers
48 users here now
Relaxed section for discussion and debate that doesn't fit anywhere else. Whether it's advice, how your week is going, a link that's at the back of your mind, or something like that, it can likely go here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I teach computer science, mainly programing languages and algorithms.
Favorite language? Why?
C/C++
This is 100% subjective, but I like how these languages allow/require you to understand how things work under the hood.
What about you? A Penguin Coder must have a favorite language too, I guess?
I agree with your assessment of C/C++. I like using C because lt makes you have to really understand what you want to do. Then explaining it well enough for the computer to do it. It's not easy but it's good. Lately I've been enjoying Golang. It is becoming my favorite language to just get stuff done in.