[Mono-osx] Fast .NET<-->objc bridge. How to contribute?

Grishul Eugeny gesman at nm.ru
Sun Oct 19 17:49:29 EDT 2008




Geoff Norton-2 wrote:
> 
> Grishul Eugeny,
> 
>   Send me a copy of what you're working on and we can see how to proceed
> going forward.
> 
> -g
> 
> On Mon, 2008-10-06 at 07:45 -0700, Grishul Eugeny wrote:
>> Currently I'm working on fast, low-overhead objc<-->.NET bridge with
>> intensive codegeneration ( objc-reflection + .h files parsing ) opposed
>> to
>> hand-written monoobjc. Cocoa# project has a bad structure, have more
>> perfomance and memory overhead, all objc-wrapped classes are hand-written
>> and it can't catch objc exceptions. To resolve these issues I want to
>> cotribute my code to mono ( and replace Cocoa# entirely in future ). How
>> can
>> I do that?
> 
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
> 
> 

I posted my code to google svn server, try to checkout it from
http://objcmapper.googlecode.com/svn/trunk/

My code differs from other solution because it uses a lot of codegeneration
instead of hand-writing (Cocoa#, monoobjc and others )
-- 
View this message in context: http://www.nabble.com/Fast-.NET%3C--%3Eobjc-bridge.-How-to-contribute--tp19839363p20060612.html
Sent from the Mono - OSX mailing list archive at Nabble.com.



More information about the Mono-osx mailing list