|
|
|
|
|
by enriquto
2767 days ago
|
|
> living in the world of mostly ascii-limited code this looks exotic this is is not the world where everybody lives. I live mostly in the world of math books, where all variables are single letters (which is the main difference here, and not the use of unicode). I tend to find code written by non-mathematicians ridiculous and unreadable. Instead of E = m * c^2
they seem to prefer bullshit like thing->Energy = thing->Mass() * np.math.pow(lib.constants.speedOfLightInVacuum,2)
|
|
You're not wrong: it's a definite flaw of many programming styles (and programmers!) that they're "too wordy". But it's also true that mathematics can get by with a bit of ambiguity that humans can handle that computers can't.