From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 11:10:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1A6410656A8; Mon, 16 Aug 2010 11:10:21 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 875838FC1A; Mon, 16 Aug 2010 11:10:21 +0000 (UTC) Received: by iwn10 with SMTP id 10so1814466iwn.13 for ; Mon, 16 Aug 2010 04:10:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=IqUpVuGQKnkgymqPV6GqyldPRF1+PnWmE+udadVEm6s=; b=ZwlKD3pwNA9XbL3gJ4PyyTZ3Sa0l3byfn6HB7Hdx92/G0NuT8RdK8G+ll0cyl6AgIE jNFqqYVDx18jqFnALXxOGKlz1z/iAnhftfy1dJkrl5ajoCLIa2GPifW6tw/Gv6/IhS2H KgUhoUWeLQOc++Fc77jGrPL5eJDOHp19U5qrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=ru0gckSHUlJSOLJEsGXP6BI6JJwK1Cpiq9j57hDXeIWfMnGfDc1B6jV8lyWgo/yVfM L8K2XjuT+otlZ9YbEN/DIDGGh7NvugSIq1PqrscNQN0heqXhyWeZlEEZ+qq0RHuXU0kl D7Jawt40Rr647M9DbL1C1ESIOq468Y2QNjbh4= MIME-Version: 1.0 Received: by 10.231.12.74 with SMTP id w10mr5615667ibw.189.1281955715871; Mon, 16 Aug 2010 03:48:35 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.208.15 with HTTP; Mon, 16 Aug 2010 03:48:35 -0700 (PDT) In-Reply-To: References: <4C6505A4.9060203@FreeBSD.org> <4C650B75.3020800@FreeBSD.org> <4C651192.9020403@FreeBSD.org> <4C673898.2080609@FreeBSD.org> Date: Mon, 16 Aug 2010 10:48:35 +0000 X-Google-Sender-Auth: Kv-grkH25YX2suFfuufHCJGDSPk Message-ID: From: Baptiste Daroussin To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: Interpreted language(s) in the base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2010 11:10:22 -0000 > zsh =A0 =A0 less POSIX-compliant, oddly deviant from "standard" > =A0 =A0 =A0 =A0bourne-derived shells which makes graybeards break out in = hives > =A0 =A0 =A0 =A0also, see ruby under user community ZSH has a POSIX-compliant interface through emulate -L sh or by naming (linking) zsh binary sh. even if the man page says that the posix compliance isn't complete from my own tests it is at least as compliant as bash. For example I'm able to run portmaster using zsh instead of sh. (by the way it is a lot faster using zsh :) but that is another storry) -- Bapt