|
|
|
|
|
by catnaroek
3199 days ago
|
|
> and you want it to be strongly-typed because that's also how you get good performance What you get performance from is the absence of dynamic checks, not the presence of static ones. Of course, in the absence of dynamic checks, you want static ones for your sanity's sake - but not for performance's sake! |
|