ah, I think I understandr_transpose_pJuly 20 2009, 07:52:11 UTC
Part of the problem with Ruby/Python/Javascript type languages is that they are very difficult to optimize for reasons related to type safety.
Just like one might have trouble optimizing a C program because any random integer might be added to a pointer at any time, in these sorts of languages, any string can be used to access a member or a method of a [class/dictionary/whatever] at any time, so you can't really rename functions willy-nilly.
done
Reply
I mean, I know javascripts inconsistencies are bad...
Perhaps there is something I do not yet understand about this package...
Reply
Reply
Reply
Just like one might have trouble optimizing a C program because any random integer might be added to a pointer at any time, in these sorts of languages, any string can be used to access a member or a method of a [class/dictionary/whatever] at any time, so you can't really rename functions willy-nilly.
Aha.
Reply
Leave a comment