D/Objective-C Bridge still alive, now working on D2

Michel Fortin michel.fortin at michelf.com
Wed Jun 23 08:26:35 PDT 2010


Some of you already know my D/Objective-C bridge[1]. I know it has been 
a while since it was last updated, and it was limited to D1, and was 
left not working on Snow Leopard. Well, this morning I pushed a working 
D2 version on the Git repository mirror[2]. This is not an official 
release, it still lacks a lot of polish and some parts are in flux, but 
perhaps some of you will be interested in trying it out from the 
repository.

[1]: http://michelf.com/projects/d-objc-bridge/
[2]: http://git.michelf.com/d-objc/

That said, I can't make it compile with the -inline switch. Seems like 
all those instantiated templates and mixins are too much for the 
compiler to handle... some files take forever to compile (literally). I 
guess I should try to reduce the template bloat, which should also 
reduce the insanely big output files.

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



More information about the Digitalmars-d-announce mailing list