|
|
|
|
|
by umvi
1702 days ago
|
|
I think it would be better to just get away from ultra terseness. It's crazy to me how terse mathematics is compared to CS. def velocity(time_ms):
return ... vs. v(t) = ... Like nearly every operation and variable is one character or symbol long (with the puzzling exception of trig where you get a whopping 3 characters - sin/cos/tan/etc.) |
|