in reply to Re: Re (tilly) 4: One more perl programmer's take on Ruby (discussion)
in thread One more perl programmer's take on Ruby (discussion)
You can get a sense of this by taking a look in the book at the chapter on built-in classes and methods.
Moving on, I do not believe that Ruby's mixins differ significantly from what you would use with CLOS. I could say that more definitively if I knew CLOS better. As for the blocks, well the block/iterator concept for Ruby is stolen straight from CLU. If you know it there, then you know it in Ruby, right down to using yield to call your associated block as a callback.
So I don't think there is that many new ideas in Ruby. Just a mix of ideas from different languages in one framework, bound together very well.
|
|---|