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.

  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️@yiffit.net
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 months ago

    I learned more by just taking the Doom source code and messing with it than I did from reading books. The main thing every language shares is the logic. Once you figure out how to translate your problem and solution into logical terms, using any language is rather easy; only the function names and syntax changes.

    I’ve never written anything in Python, for example, but I am pretty confident that if I spent a day or so reading up on the syntax and functions and looking at some example snippets, I could port anything I’ve written in C, Java or Basic to Python.

    I agree that books are dry as fuck and hard to keep up with as they tend to make a person fall asleep. But so much more learning can be done by examining others’ code that does the things you’re trying to do.

    I did laugh at the Salesforce quip. I have seen it. It’s a fucking mess lol