“libraries … are guaranteed not to change during runtime” = a language i *don’t* need to learn – http://t.co/FAjiIcFq

Comments 2

  1. Mike Brown wrote:

    What does that even mean? That libraries are guaranteed to never be swapped out??

    Posted 26 Dec 2011 at 5:50 pm
  2. Peter Williams wrote:

    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

Your email is never published nor shared. Required fields are marked *