“libraries … are guaranteed not to change during runtime” = a language i *don’t* need to learn – http://t.co/FAjiIcFq
-
« Home
-
Categories
“libraries … are guaranteed not to change during runtime” = a language i *don’t* need to learn – http://t.co/FAjiIcFq
Comments 2
What does that even mean? That libraries are guaranteed to never be swapped out??
Posted 26 Dec 2011 at 5:50 pm ¶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.
Posted 27 Dec 2011 at 9:40 am ¶Post a Comment