For my part it was the first compiler i used when i started dabbling in C

many many years ago.
It had some outstanding optimization options for the time but was rather strict so many things that compiled with msvc caused the watcom compiler to choke.
So it forced you to do it right or not at all, sadly my skills at the time were not the best so many times i had to give up on a project because i simply couldnt get it to build with it.
Its still strict but not as much as it was in earlier versions

(could simply be that i got better also),
and you can use msvc libraries with it directly something that not even mingw64 can do yet without having to resort to making new import libraries.
These days i use it for cross building stuff for msvc.
I still got my CD's with watcom 10.6 and the later 11.0 version

though i don't use them anymore because of problems building newer sources, i keep them around in case i need to compile some old stuff.
Heres the latest build
https://sourceforge.net/projects/cbadva ... 9-02-2016/It was bootstrapped with the intel compiler

Productivity is a state of mind.