this post was submitted on 14 May 2024
154 points (99.4% liked)
Programming
17392 readers
145 users here now
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
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hey I'm you at almost 40! I was always dev adjacent, but never learned to do much more than basic scripting for work.
I started with a couple books: Chassels intro to emacs lisp and Python the hard way.
Python was helpful for a couple things, but the ecosystem is kind of a disaster. I found just the general emacs config helps quite a bit get your feet wet with lisp likes.
Other people have mentioned Go is a great start point because its simplified, and I've definitely found it a lot more helpful than the java and C compliers I tried to learn on in my teens.
The only other thing I'd throw out is Lua, it's super verbose in a way thats pretty easy to understand. it's also relatively easy to find programs like wezterm that are configured through lua and offer instant reaponses when you change something and see changes.
Just like any new language it takes time, and some hard work to internalize what youre learning, but I don't think there's a too old.
You don't have to be the best programmer ever to do useful things.