From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3173 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Best place to discuss other lightweight libraries? Date: Wed, 24 Apr 2013 13:18:43 +0200 Message-ID: References: <1366683267.18069.155@driftwood> <5176FE83.3010301@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1366802357 22578 80.91.229.3 (24 Apr 2013 11:19:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2013 11:19:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3177-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 24 13:19:21 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 1UUxjI-0006MO-4Q for gllmg-musl@plane.gmane.org; Wed, 24 Apr 2013 13:19:16 +0200 Original-Received: (qmail 24489 invoked by uid 550); 24 Apr 2013 11:19:14 -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 24481 invoked from network); 24 Apr 2013 11:19:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=JEhRZWJ1vrjqdwtcgbs6Puc07Axnd3L2imj3/RyXXEg=; b=YPUxTCXxpLvniBKGiTLvPBTmH8vCD7+ITngig1LAD8qCtn6ectp/3gv2VfEBu6uY14 4ugzmqMREnj+h/YyKIeMedhZL4T4/yUWpWh0PakfJiNk11xOQFolJVF3NrRDhhwbz2Jc x3HTm4phn+SX7vu0VaX1V5XFJzzY64e14FLU0Ar0izBrdB9SxP1Ka9QmM1Nc2pItKUAw OPISBs+IvcQ2jwmh5ub4Yp074QmZWeBRLhr4ht6TDVE0/UCxLmzoQuF+kOe3x7ojTThR pbd80VYemBXN5xXgDLJ+eSb33ax+QlXC4pfpZo9RfqHbDAX07zYJuGpGfZI/zoEjFold R7+A== X-Received: by 10.112.135.133 with SMTP id ps5mr3832782lbb.42.1366802343047; Wed, 24 Apr 2013 04:19:03 -0700 (PDT) In-Reply-To: <5176FE83.3010301@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:3173 Archived-At: 2013/4/23 Luca Barbato : > On 04/23/2013 04:14 AM, Rob Landley wrote: >> What new crop of system languages? > > I could point Go and Rust as two that are trying too much for my taste. rust - ok, but written in c++; llvm as dependency. go - nice, only ed as a dependency but really stupid build system: https://code.google.com/p/go/source/browse#hg%2Fsrc%2Fcmd%2Fdist https://code.google.com/p/go/source/browse/src/cmd/dist/build.c btw. has anyone used go with musl? Daniel