|
|
|
|
|
by 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. |
|