From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 23:52:40 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 6DCD51065695 for ; Thu, 19 Aug 2010 23:52:40 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas06p.mx.bigpond.com (nschwmtas06p.mx.bigpond.com [61.9.189.152]) by mx1.freebsd.org (Postfix) with ESMTP id 009F68FC1A for ; Thu, 19 Aug 2010 23:52:39 +0000 (UTC) Received: from nschwotgx02p.mx.bigpond.com ([124.188.161.100]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20100819235238.RADZ26010.nschwmtas06p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com>; Thu, 19 Aug 2010 23:52:38 +0000 Received: from johnny.reilly.home ([124.188.161.100]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20100819235237.SPJT13035.nschwotgx02p.mx.bigpond.com@johnny.reilly.home>; Thu, 19 Aug 2010 23:52:37 +0000 Date: Fri, 20 Aug 2010 09:52:37 +1000 From: Andrew Reilly To: "C. P. Ghost" Message-ID: <20100819235237.GA5859@johnny.reilly.home> References: <4C6505A4.9060203@FreeBSD.org> <4C650B75.3020800@FreeBSD.org> <4C651192.9020403@FreeBSD.org> <4C673898.2080609@FreeBSD.org> <20100818134341.GA88861@johnny.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nschwotgx02p.mx.bigpond.com from [124.188.161.100] using ID areilly@bigpond.net.au at Thu, 19 Aug 2010 23:52:37 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A090202.4C6DC3C5.01E8,ss=1,fgs=0 X-SIH-MSG-ID: qREyGNHuXAD+xDJw0jPvNAJ+xA/u8yI74J0WRdJsoQQZSkfduMHeU677NrMwhNn21TdcNBmPO2MqYKT0X4/QsuM= Cc: freebsd-current@freebsd.org 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: Thu, 19 Aug 2010 23:52:40 -0000 I didn't want to prolong this now mostly off-topic discussion too much, but: On Thu, Aug 19, 2010 at 06:00:54PM +0200, C. P. Ghost wrote: > +1 for a scheme shell, but not for the heavy-weight variety that > compiles to C, as that would tie them to a subset of ${ARCH}es. Why do you say that? Most of the C-generators that I know of produce fairly standards-compliant C code that should just work anywhere. Sure there are some (with sophisticated memory managers, mostly) that get intimate with the platform, but presumably we would have to stay away from those for this sort of exercise... Cheers, -- Andrew