Erick Tryzelaar | 29 Feb 2008 22:56
Picon

we can't do inheritance, right?

I don't think we did much with our object system. So how can we bind
to a library like llvm that has an extensive hierarchy of classes?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
john skaller | 1 Mar 2008 17:21
Picon

Re: we can't do inheritance, right?


On 01/03/2008, at 8:56 AM, Erick Tryzelaar wrote:

> I don't think we did much with our object system. So how can we bind
> to a library like llvm that has an extensive hierarchy of classes?

1. No inheritance
2. No overloading

we can bind it with typeclass functions though :O)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane