What I always liked about other compilers was the ease to compile simple examples. Just write a C file and call
gcc hello_world.cand the compiler does the rest. Of course when you get to more complex systems you need makefiles and the like, but for a quick test it is very convenient to be able to compile single files.


