Hacker News new | ask | show | jobs
by brendan_a_b 3265 days ago
My mind was blown when I came across this Github repo that demonstrates mathematical notation by showing comparisons with JavaScript code https://github.com/Jam3/math-as-code

I think I often struggled or was intimidated by the syntax of math. I started web development after years of thinking I just wasn't a math person. When looking at this repo, I was surprised at how much more easily and naturally I was able to grasp concepts in code compared to being introduced to them in math classes.

1 comments

I found programming (started my first year in college) to be easily accessible, and quite a natural next step due to my success in math at the time. It is interesting how folks develop a mental model of a problem space and scaffold knowledge onto previous models to understand problems at hand. What do you feel made programming accessible when you started?