this post was submitted on 21 Sep 2026
4 points (57.1% liked)
Programming
28568 readers
103 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 !webdev@programming.dev
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
find a community that is helpful anf read a book/do a course teaching you programming (the broader art)
i can recommend SICP (Structure and Interpretation of Computer Programs). it is freely available (book/course and the lectures on yt) and teaches programming in a high-level language: not how you do this or that in some language but how computers and their programs work.
you may need the community to resolve emerging questions
I found that SICP (lisp version) is very math focused and in general LISP/scheme as a language is not very relevant anymore.
I'd reccommend against it if you think math or theorethical concepts are not for you or if you want to solve practical problems from the get go.
It's a very good and complete coursebook though. It covers almost anything on how "computation" works, and you learn all the base the concepts you find in almost any other programming languages.