

Kind of a strange blog post. Clearly it requires a lot of technical knowledge, yet it explains basic TypeScript syntax and variables and how to use an editor. While simultaneously showing SQL code. There doesn’t seem to be a clear target audience to this.
Could you elaborate on this? My experience during my computer science education was that a lot of maths was required, but just usually not the same kind of maths as most of the rest of mathematics, because continuous stuff doesn’t apply most of the time.
I think a big difference between the way maths and programming is done however is the way it is written. Mathematics is usually about stating a relation as an equation, i.e. x = y^2. But programming can’t just state the relation, it needs to also state how to compute that relation. Honestly my confusion is that maths has never focused more on the computation part of it, it seems very weird to me.