From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3210 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: Best place to discuss other lightweight libraries? Date: Thu, 25 Apr 2013 14:37:36 -0500 Message-ID: <1366918656.18069.166@driftwood> References: <20130424114852.GA99797@intma.in> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1366918669 2944 80.91.229.3 (25 Apr 2013 19:37:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2013 19:37:49 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-3214-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 25 21:37:53 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UVRzM-0001ln-Kw for gllmg-musl@plane.gmane.org; Thu, 25 Apr 2013 21:37:52 +0200 Original-Received: (qmail 17434 invoked by uid 550); 25 Apr 2013 19:37:51 -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 17426 invoked from network); 25 Apr 2013 19:37:51 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:subject:to:cc:in-reply-to:x-mailer:message-id :mime-version:content-type:content-disposition :content-transfer-encoding:x-gm-message-state; bh=cniyLF39knW4pQ7EOcQcuLKMi//GUg+jPzFiSB8A/OY=; b=IQSRwn1guZUNRwVkjWLZ6F5mNFviQpcyzIoXJasZRr6Y0JcT+J0bLyhoKo4CBx++N3 PyTR4Ewxzd7BgZsFHIPhpbTRe1LE4Wy4pcviUQZxjh3NSOVTEJEm+CYXO0d5+DP5MbUv eoMG5lJKM5dB6zseYYoUtOeFH/Y4aMtd+wuHO5jOL+qitAaehm5xU2UbbrSTIGPU0ZBB akqH4BZJ3B/MOUbfCnMXECD5WqA9AcY5mSfohtrur62Y32hHZONh1moji4g63VZDccxO 4rTKSO6YjmptemXGS0kHwzUas51rnriDo8IhCuJPm4TFmv98ZR7IEcZrhWhjSg5YugQs 2Tgw== X-Received: by 10.50.176.228 with SMTP id cl4mr18789096igc.35.1366918659266; Thu, 25 Apr 2013 12:37:39 -0700 (PDT) In-Reply-To: <20130424114852.GA99797@intma.in> (from khm-lists@intma.in on Wed Apr 24 06:48:52 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline X-Gm-Message-State: ALoCoQmHXU9Pc42bgIAKLa/AITOl1erUoNjzBbexqsf/1rzS40DfSQ0mV8n0abDrY2ceVo1SaXaW Xref: news.gmane.org gmane.linux.lib.musl.general:3210 Archived-At: On 04/24/2013 06:48:52 AM, Kurt H Maier wrote: > On Wed, Apr 24, 2013 at 01:18:43PM +0200, Daniel Cegie=C5=82ka wrote: > > > > btw. has anyone used go with musl? > > >=20 > Go ships its own libc, which I'm fairly certain it depends on. It's > also not suitable as a system programming language and they dropped =20 > that > claim from their propaganda some time ago. Ken Thompson is designing go, but Dennis Ritchie was really the guy who =20 made C into a systems language (and kept pestering Ken to try doing =20 bits of unix kernel in his latest version, then took the resulting =20 feedback and implemented solutions for it). For the curious, here's the paper from Dennis Ritchie's HOPL II talk: http://cm.bell-labs.com/cm/cs/who/dmr/chist.html Rob=