J
jacob navia
CBFalconer said:On the contrary, it seems sound to me. Once the disdain for
standard practices is revealed, he would always have doubts and
worries about using the product for anything other than its own
specialized field. The prevalence of simple omissions and bugs
also becomes apparent, together with the lack of any regression
tests, when monitoring the lcc newsgroup. This is unfortunate,
because a properly controlled open-source system would be a useful
compact alternative to gcc, and M. Navias IDE system has shown
promise for years. Unfortunately it is neither open-source nor
advancing to standards compliance.
Hi Chuck
Yesterday, I added this
struct f {
int a:1;
int :7;
};
that wasn't working right.
This is specified in the standard as a way to add padding bits to
a structure. (6.7.2.11)
This has costed me the whole evening, after a full day of work.
Yes, it is slow. Recently I have spent MONTHS working in lcclibc.dll
to get all the zig new C99 functions up and running.
All that without getting paid a penny by anyone.
And more, all this work is never enough. You complain that it
doesn't run in your 486, and others that it is not gcc, etc.
The fact that I am alone doing this doesn't bother anyone here.
Just try to put yourself in my shoes ok?
Every day I work in the compiler, adding a new C99 function,
fixing a bug, adding documentation, fixing the IDE, etc
Sundays included.
jacob