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