Re: Porting WIne to D

2010-06-23 Thread Christopher Selph
I agreee that just converting syntax would not be enough, but it would make OO design in D alot easier and faster. It an idea currently, I was just looking for some input. On Wed, Jun 23, 2010 at 4:17 PM, Gert van den Berg wrote: > On Wed, Jun 23, 2010 at 22:58, Christopher Selph >

Re: Porting WIne to D

2010-06-23 Thread Christopher Selph
ough. > > > On Wed, Jun 23, 2010 at 2:46 PM, Gert van den Berg > wrote: > >> On Wed, Jun 23, 2010 at 20:48, Stephen Eilert wrote: >> > On Wed, Jun 23, 2010 at 3:06 PM, Christopher Selph >> wrote: >> >> Well, being a garbage collected language, it wou

Porting WIne to D

2010-06-23 Thread Christopher Selph
Hi everyone, new here. I have been fooling around with the idea of porting WIne to the D programming language. What do you think would be the chances of sucess? D has the speed of C, but is a garbage collected language and OOP. D: http://www.digitalmars.com/d Chris