Recording of the Ruby segement on LL2

What do you mean by a 'toplevel' class?

Well, with this case

   module A
      class B
      end
   end

A, and not in Object

Guy Decoux

···

A::B is not a toplevel class and in this case the constant B is defined in

And performance (such as C++) and extensibility (like Lua) :slight_smile:

Bill

···

MikkelFJ mikkelfj-anti-spam@bigfoot.com wrote:

Each language balances expressiveness and safety in different ways.