this post was submitted on 21 Dec 2023
89 points (94.1% liked)

Programming

16975 readers
1288 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
 

I've always flunked at math; and knowing how intertwined programming is with math, I'm skeptical of my ability to learn how to code. Can someone be too dumb to learn programming? If it helps, I'm mostly interested in learning Common Lisp.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 9 months ago

I never excelled at high school level math or above. During my career I haven't really needed any of what I was taught in those classes.

I think what matters more is having the temperament (and time) that allows you the patience to identify and work through a problem. The desire to truly understand the problem itself. I think any good programmer can just figure out the finer details when they encounter a problem that actually requires it as part of the solution. Whether that be higher level math, physics, graphics, audio, algorithmic optimization, or whatever.

Now, if you're the type of person that just gets frustrated at a problem and gives up easily, or would rather throw together/copy-paste something that "sorta works," but you don't know or care why, then it may not be the best fit. That is not to say those type of people can't be programmers, but they probably won't enjoy it so much.