[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interested in starting some basic development
Borko Jandras wrote:
> On Tue, Nov 17, 1998 at 02:12:23PM +0100, Jorrit Tyberghein wrote:
> > Well, I know a lot of people who wouldn't have started with Crystal Space
> > if it WASN'T written in C++. But anyway, it is all a matter of taste. Personally
> > I think that C is not very suitable for such large projects. It is too difficult to maintain.
> > (But granted, this comes from a person who ones wrote a 68000 assembler program
> > which was 100000 lines of assembler, and I'm not exagerating :-)
>
> C is suitable for anything, no matter how big it is. You just have to plan
> more.
yes, and assembler is suitable for whatever machine you are using, but you gotta plan even MORE. Doesn't mean I'm gonna write a complicated library in it.