commit d4f0cf8e18349128dfdd58d942cfec0f115b891f
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Wed Oct 21 14:36:18 2015 +0200
Adding C Compilers to the suck page.
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 04c5325..bdf5308 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
_AT_@ -110,6 +110,16 @@ the source code, is not worth the time.
The suckless way is to have a short usage and a descriptive manpage. The
complete details are in the source.
+C Compilers
+---------
+* [GCC][gcc] is the virus which has spread into nearly every Linux
+ distribution and has added its language extensions to be not easily
+ replacable. As of 2015 it is now written in C++ and so complete suck. Why
+ can't a compiler just be a simple binary doing its work, instead it adds
+ path dependencies deep into the system?
+* [Clang][clang] is written in C++. If you don't believe that it sucks, try to
+ build clang by hand.
+
See also
--------
_AT__AT_ -120,4 +130,6 @@ The [list of harmful software](
http://harmful.cat-v.org/software/) at [cat-v.org
[uuterm]:
http://etalabs.net/uuterm.html
[icccm]:
http://tronche.com/gui/x/icccm/
[texinfo]:
https://www.gnu.org/software/texinfo/
+[gcc]:
http://gcc.gnu.org/
+[clang]:
http://clang.llvm.org/
Received on Wed Oct 21 2015 - 14:37:13 CEST