sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 3dc77e6e8b07469d74d492c6aa071e0f61ed69cb
parent d4f0cf8e18349128dfdd58d942cfec0f115b891f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 21 Oct 2015 14:39:21 +0200

Some expression correction for the compiler rant.

Diffstat:
Msuckless.org/sucks/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -115,7 +115,7 @@ 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 + can't a compiler just be a simple binary doing its work instead of adding 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.