On Mon, Mar 31, 2008 at 8:54 AM, Slide <[EMAIL PROTECTED]> wrote: > I use the following for finding a class that implements a certain interface. > > [...] > > Is there a way that is more portable between the different languages?
It looks like the DLR doesn't try to abstract "classness". And given that the semantics of a "class" vary so much between Python, Ruby and Javascript, this isn't really a surprise. -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com