FranceBacce | 5 years ago | on: Rust for JavaScript Developers – Functions and Control Flow
FranceBacce's comments
FranceBacce | 5 years ago | on: Rust for JavaScript Developers – Functions and Control Flow
Well you couldn't resolve "this" lexically without some closure tricks like that = this , so sure, you could do everything you do with arrows without them, but not with one function alone
FranceBacce | 6 years ago | on: Exponential Growth and Covid-19 [video]
If anyone wants to dig into the math, this is a non linear recurrence relation, with an external dependency, that is
n_d+1 = f(a,n_d) n^(d+1)
bad news: How this behaves will depend a lot on a (containment measures etc...)
good news: If we can make a grow faster than an exponential, we can win
page 1
Def recommend it as a second / third language