155
How's your week going, Beeple?
(beehaw.org)
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.
What do you teach btw?
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.