this post was submitted on 20 Jul 2023
168 points (94.2% liked)

Fediverse

27517 readers
628 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

Across this vast Fediverse, I have encountered a trend of people answering questions with esoteric programming language speaking in tongues that I don't understand, including under my own posts. I am a Boomer when it comes to coding and I am only 27. I don't even know where I would start to learn it because programming is so diverse. I want to feel like I know what's going on but I don't. Coding is the future and the future is now and I am lagging severely behind. I guess I'm asking where a bumbling novice like me can learn more about where to start when it comes to programming.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)

There's lots of good advice here!

Don't learn C/C++/Rust. They're great languages but you'll get stuck learning things most experienced programmers don't understand and you'll get discouraged.

Python/C# are both great options!

If you want to do mobile development, you might try Kotlin (for Android) or Swift (for iOS).

The trick is just to learn one language, to learn general programming concepts, then learning another in the future will be a lot easier.

You can learn a lot from following online tutorials, YouTube, etc., and you can find communities for each language too.

Also you don't need to learn to program, there's a lot of other good skills you could learn. (I keep trying to learn to draw or 3d model, and I just can't do it lol).

[–] [email protected] 1 points 1 year ago (1 children)

But what about the future? Won't everything be Chrome in the future?

[–] [email protected] 2 points 1 year ago

Maybe, hopefully not, but even if it is: with WebAssembly, you'll be able to (you already can actually but it's not very widely used) compile and run many languages in the browser, other than JavaScript.

I wouldn't really recommend learning JavaScript as your first language, it's pretty weird. Unless you really want to learn web development, then go for it! maybe check out TypeScript though - there's a lot of learning material for both online.