Re: Which compiler for a learner of C?



On Wed, 27 Sep 2006 23:00:49 +0000, Richard Heathfield
<invalid@xxxxxxxxxxxxxxx> wrote in comp.lang.c:

jacob navia said:

pkirk25 wrote:

Is there another for the Win32 platform that is recommended?

Look lcc-win32 is a compiler system written for developing in C.

But he asked for one that is recommended.

Richard, are you ever going to get your head out of your ass, or has
picking on Jacob become your mission in life?

It is one thing, perhaps, to rebuke him when he answers a question by
pointing out a non-standard extension that his compiler has. But your
reply in this particular case smacks of nothing so much as personal
harassment or perhaps a vendetta of some sort.

Have you ever actually installed and used a version of lcc-win32? It
may be a bit hard to understand, but it is actually quite useful for
many things, and the non-standard extensions do not have to be used.

I have used his compiler, and Pelle's C, on occasion for algorithm
tests where I can write code cleanly and still receive enormous
performance improvements over Microsoft, Borland, and others, merely
because they support C99's inline functions.

Just what are your issues with Jacob and his compiler? I agree,
sometimes his posts stray off-topic, but the notion of adding language
extensions to a compiler is not something he initiated. Indeed, if it
were not for the fact that the C standard is in maintenance mode just
now, the best way to get extensions added to future standards is not
just to propose them, but to point to successful implementations. And
Jacob is doing just that.

Continuing to criticize lcc-win32 without producing examples of
incorrect code if produced, and continuing to criticize Jacob when, as
in this case, there was absolutely nothing off-topic about his reply,
is beginning to make you look like a pompous ass, or perhaps a troll.

How about giving it a rest?

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.



Relevant Pages

  • Re: Returning a struct from a function - strange behavior
    ... DiAvOl wrote: ... maybe creating a new subject for lcc-win32 and ... It is the only compiler that is not a C++ compiler that ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: long double in gcc implementations
    ... I have just downloaded lcc-win32 and it looks pretty cool, ... this compiler is ... allows extensions as long as they don't break any strictly conforming ... extensions that do break strictly conforming code are allowed as ...
    (comp.lang.c)
  • Re: Pedants
    ... Lcc-win is the smallest compiler system in the C world. ... It is around 5 times faster than gcc in compilation ... There is more to quality than speed and size. ... with lcc-win32, that would make it an absolutely outstanding compiler. ...
    (comp.lang.c)
  • Re: C99 portability challenge
    ... lcc-win32 sizeofis 2 and after update sizeof ... is 4 and sizeofstill 2 but compiler warn "no type ... Defaulting to int" and I ask if short signed better or signed ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: Pedants
    ... I find strict checking by a compiler quite ... useful but Jacob is entitled to move lcc-win32 in whatever ... of identifying the version at hand, equivalent to using "gcc -v" on ...
    (comp.lang.c)