From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3163 Path: news.gmane.org!not-for-mail From: Strake Newsgroups: gmane.linux.lib.musl.general Subject: Re: Best place to discuss other lightweight libraries? Date: Tue, 23 Apr 2013 14:07:26 -0500 Message-ID: References: <5175D52D.3050107@gentoo.org> <1366683267.18069.155@driftwood> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1366744060 32166 80.91.229.3 (23 Apr 2013 19:07:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2013 19:07:40 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3167-gllmg-musl=m.gmane.org@lists.openwall.com Tue Apr 23 21:07:44 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 1UUiZ2-0002AT-Q4 for gllmg-musl@plane.gmane.org; Tue, 23 Apr 2013 21:07:41 +0200 Original-Received: (qmail 10209 invoked by uid 550); 23 Apr 2013 19:07:38 -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 10201 invoked from network); 23 Apr 2013 19:07:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=53yAMnjsn7WYSrTENg3z7I9oyES4bzvpmjH4hPYxyY4=; b=DrGttNlaz0bvET58+JvsebG5DXJWDc39RJprqc2yAo6d3jCxWOH8Nnr7ugOf4PGg33 dXxNWWUYFaFE0ioEb8TYgjFSWn0F6+3tFZYRFZbe6hgAIE3b3ogDpXFVNOxEmJWOV6Jf s1eZjfBThHsIqOPCAzZntNsWAp+ouEAYtE3w1aqvDL2X6+Ce9GFf/QZ2ks1/7mO7HmZ1 C3cba4FeW6M6KtCPgRG3P0Rpg84oWKlQL+l3WH1r/X3hmGHJe/VLJo9nSyudzbp9mj5K w9Zpak7G4pCfEe224a7NQV8zfWS49nCM0bIiT83hfvsHOah2IrONQKjoiW7b6jdsInhD HMwA== X-Received: by 10.194.11.70 with SMTP id o6mr63592321wjb.29.1366744046581; Tue, 23 Apr 2013 12:07:26 -0700 (PDT) In-Reply-To: <1366683267.18069.155@driftwood> Xref: news.gmane.org gmane.linux.lib.musl.general:3163 Archived-At: On 22/04/2013, Rob Landley wrote: > [Java] did dynamic memory management but _kept_ static > typing, then realized how dumb taht was So they realized that it's a damn good idea, but somehow made a crap language nevertheless. Haskell, for example, does dynamic memory allocation with static types, and quite often wins. > So back to the "new generation of system languages": C is a portable > assembly language. It's a category killer in that niche, the best there > is at what it does that's already killed off competitors like Pascal. So on that note, I deem Haskell would be a categorical category killer (^_^) Cheers, Strake