153
Start learning at 50
(lemmy.world)
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
Honestly you'll find more beginner resources for Python than anything else and it's worth learning because it's used everywhere. Lua is also extremely beginner friendly (even if it has some bad habits like 1 indexed arrays.)
If you've got a math background LISP is a good place to start as well, particularly the old MIT/UCB Structure and Interpretation of Computer Programs (SICP) book, that was the start of a formal CS education before python took off.
Clojure is a Lisp and a damn fine one,