[Mono-list] Is Objective-C support possible?
John Beppu
beppu@binq.org
Sat, 15 Sep 2001 14:06:44 -0700
[ date ] 2001/09/15 | Saturday | 05:19 PM
[ author ] A Rafael D Teixeira <rafaelteixeirabr@hotmail.com>
> I don't know anything about Objective-C, but if it allows multiple
> inheritance, it won't blend well with the CLR.
Objective-C doesn't use multiple-inheritance, but it *does*
have something called "Categories" which allows a programmer
to dynamically add methods to a class.
> rules (basically avoiding pointers, multiple-inheritance, STL, non-CLR
> types, etc..) and you can generate .NET executables.
By any chance, is there a web page that lists all these rules?