[wiki] [sites] sucks: mention some alternatives, reword some texts || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sat, 21 Aug 2021 10:45:02 +0200

commit 4fe2320bab2dccf8a503acab809da5e7dabd64ee
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Aug 21 10:43:18 2021 +0200

    sucks: mention some alternatives, reword some texts

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index dfdbb15c..5458a881 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
_AT_@ -3,8 +3,8 @@ Stuff that sucks
 See the [philosophy](//suckless.org/philosophy) page about what applies
 to this page.
 
-Bigger topics that suck: [systemd](//suckless.org/sucks/systemd), [the
-web](//suckless.org/sucks/web)
+Bigger topics that suck: [systemd](//suckless.org/sucks/systemd),
+[the web](//suckless.org/sucks/web)
 
 Libraries
 ---------
_AT_@ -55,8 +55,9 @@ As these build systems are often used to compile C programs, one has to
 set up a C++ compiler or Python interpreter respectively just in order
 to be able to build some C code.
 
-Alternatives: [mk](http://doc.cat-v.org/plan_9/4th_edition/papers/mk),
-[make](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html)
+Alternatives:
+[make](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html),
+[mk](http://doc.cat-v.org/plan_9/4th_edition/papers/mk)
 
 Version Control Systems
 -----------------------
_AT_@ -117,16 +118,18 @@ way to jump to that line in 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.
 
+Alternatives: roff, [mdoc](https://mandoc.bsd.lv/).
+
 C Compilers
 -----------
-* [GCC](http://gcc.gnu.org/) is the virus which has spread into nearly
- every Linux distribution and has added its language extensions to be not
- easily replacable. As of 2016 it is now written in C++ and so complete
- suck. Why can't a compiler just be a simple binary doing its work
+* [GCC](http://gcc.gnu.org/): as of 2016 it is now written in C++ and so
+ complete suck. Why can't a compiler just be a simple binary doing its work
   instead of adding path dependencies deep into the system?
 * [Clang](http://clang.llvm.org/) is written in C++. If you don't
   believe that it sucks, try to build clang by hand.
 
+Alternatives: see the Compilers section of the [/rocks/] page.
+
 See also
 --------
 The [list of harmful software](http://harmful.cat-v.org/software/) at
Received on Sat Aug 21 2021 - 10:45:02 CEST

This archive was generated by hypermail 2.3.0 : Sat Aug 21 2021 - 10:48:42 CEST