Linked by Thom Holwerda on Mon 14th Sep 2009 06:04 UTC
Thread beginning with comment 383912
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Comment by kaiwai
by kaiwai on Mon 14th Sep 2009 14:48
in reply to "RE[3]: Comment by kaiwai"
One of the points of Haiku is to do things the right way, and deliver it 'when it's done'. By just porting stuff you only add things that 'kind of' fits instead of the perfect match.
For instance Haiku is mostly based on object orientation and C++, but most available code is in C.
Another big point is that code should be readable like a book, which very few projects can live up to. (Some BSD's do though.)
For instance Haiku is mostly based on object orientation and C++, but most available code is in C.
Another big point is that code should be readable like a book, which very few projects can live up to. (Some BSD's do though.)
True; I was just thinking then - have they looked at libdispatch/grand central like path for a future release? just looking at all the changes and the pipe line of improvements; it has all the excitement back in the R4's of BeOS.




Member since:
2006-03-16
One of the points of Haiku is to do things the right way, and deliver it 'when it's done'. By just porting stuff you only add things that 'kind of' fits instead of the perfect match.
For instance Haiku is mostly based on object orientation and C++, but most available code is in C.
Another big point is that code should be readable like a book, which very few projects can live up to. (Some BSD's do though.)