From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 27 Nov 2015 17:01:22 -0800 To: 9fans@9fans.net Message-ID: <391e673be47c95750d6acda7d3ffaa20@bwc> In-Reply-To: References: <835ECE9E-472C-448D-8125-67BBACB09752@gmail.com> <69275011-637E-4D0C-9E17-2F0CF1B93503@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Compiling ken-cc on Linux Topicbox-Message-UUID: 791803ac-ead9-11e9-9d60-3106f5b1d025 > Funny, but actually I was wondering if there is any subtle issue in the > standards of the C language that makes it somehow hard to implement. > For example I've met a few times weird implementations of libraries and > frameworks dictated by broken standards: once they are in, they can never > be removed due to backward compatibility. I thought that Charles (that also > implemented the Limbo compiler) might have referenced these kind of issues > in his pun. i think the simple answer is: no. but many folks just love complexity, and are determined to find it. if you give such a person one problem, they'll come back with two problems. i call these folks complicators. don't be a complicator. (i have to remind myself this from time to time.) - erik