From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7115 Path: news.gmane.org!not-for-mail From: Charlie Kester Newsgroups: gmane.linux.lib.musl.general Subject: Re: 8cc C Compiler Date: Mon, 2 Mar 2015 10:47:01 -0800 Message-ID: <20150302184701.GA12386@comcast.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1425322051 7443 80.91.229.3 (2 Mar 2015 18:47:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 18:47:31 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7128-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 02 19:47:21 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YSVNB-0001vG-EK for gllmg-musl@m.gmane.org; Mon, 02 Mar 2015 19:47:21 +0100 Original-Received: (qmail 29969 invoked by uid 550); 2 Mar 2015 18:47:19 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 29925 invoked from network); 2 Mar 2015 18:47:15 -0000 Content-Disposition: inline In-Reply-To: X-Mailer: Mutt 1.5.23 X-Composer: Vim 7.4.443 User-Agent: Mutt/1.5.23 (2014-03-12) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1425322023; bh=DdbZ8MCUjPXjsf2EkxCj780A963uuOqyC9D+Bt9Cl5g=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=PWwn30VZCeECggS6m+D7pIRSFOSVFsdIwukemKK+7YkEJbCqIWyYQweMxcGUa5yh8 JjrlZwr06VSH9Xe5d5dJfp9eUWyZziKQ7PS0gVFUPY25TxVKr/Le6ZTW0vUY/vPmQ9 Bgznddeu8jZjbtZ8Y4kX4mbb7zqNEd5wWld6CSwMp2KVASINCoYp1582EU2NZvWLm0 EgeDGreAb4oNNqhPEEApAJxsIolKNXXu4TLuUeYVHR3Pw1N4Ql+OyQ0SdgTL63hgEH Kdfr69mEV02God/ryPFR3cSD6VLvxk2feK8rPlqa/9xdhxQOs9x93um09z7vo5stKO eTlyRbv01subw== Xref: news.gmane.org gmane.linux.lib.musl.general:7115 Archived-At: On Mon 02 Mar 2015 at 03:43:32 PST Daniel Cegie=C5=82ka wrote: >https://github.com/rui314/8cc > >"8cc is a compiler for the C programming language. It's intended to >support all C11 language features while keeping the code as small and >simple as possible." In other contexts, "cc" stands for "cubic centimeters". So naming this compiler 8cc is a clever way to highlight its small size.