Y
Hacker News
new
|
ask
|
show
|
jobs
by
_bxg1
2238 days ago
Yeah. I guess Rust's secret sauce is just handling the long tail of much harder cases
1 comments
Ono-Sendai
2238 days ago
Probably yeah. One thing is that it helps to have a statically typed language to do these optimisations, since you can used type-based analysis for them. So dynamically typed languages like Lisp or Python are going to have a harder time doing them.
link