Hacker News new | ask | show | jobs
by manmal 740 days ago
Does this improve when declaring all variables with explicit types before using them in expressions?
1 comments

Yeah, but people do like to write y = .log(x * 0.1) + (1.24).squareRoot() type of expressions for what Python did best (NumPy and PyTorch).