|
|
|
|
|
by cactusface
4011 days ago
|
|
I think programs written in dynamic languages are generally harder to optimize because they're more likely to take advantage of complex features. Since these languages often compile to C, you can obviously write the same program in C, but you aren't as likely to. |
|