“libraries … are guaranteed not to change during runtime” = a language i *don’t* need to learn – http://t.co/FAjiIcFq
2 thoughts on “”
Comments are closed.
“libraries … are guaranteed not to change during runtime” = a language i *don’t* need to learn – http://t.co/FAjiIcFq
Comments are closed.
What does that even mean? That libraries are guaranteed to never be swapped out??
Mike,
It means that you cannot add or change the definition of classes at runtime. (Ie, no monkey patching.) My problem with that is that it precludes almost all meta-programming.