[IronPython] Creating Python classes in IP2

Curt Hagenlocher curt at hagenlocher.org
Mon Mar 31 18:12:02 CEST 2008


On Mon, Mar 31, 2008 at 8:54 AM, Slide <slide.o.mix at gmail.com> 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
curt at hagenlocher.org



More information about the Ironpython-users mailing list