<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
One thing I never understood:
<div><br>
Why, in order to compile Modula-3 code, am I obliged to download, install (and learn to use) an over-complicated MS Visual Studio that <span style="font-size: 10pt">takes more than two GB of memory, while there are lots of free C compilers and linkers (including
 for Windows)</span>
<div><br>
</div>
<div>The Tiny C Compiler (TCC) has everything we need (header files, compiler, linker), compiles and links about 10 times faster than other C compilers and occupies 6MB on one's computer.</div>
</div>
<div><br>
</div>
<div>I don't want to learn the thousand and one subtilities of the umpteen times refactored MS monster. All I want is to effortlessly compile and run my M3 code. The only thing I want to know about Windows is its runtime API, the rest I dont care a bit.</div>
<div><br>
</div>
</div>
</body>
</html>