76
Is there any use in learning an "easy" programming language?
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
It's not so much easy-difficult, it's high-level-low-level. Low-level languages can be easy in the sense that you don't have many entities to juggle (stacks, registers, etc.) and high-level languages can be miserable, like C++.
Of you're interested in starting with the fundamentals, go with C. If you just want to get something made, go with ~~Claude~~ Python.