From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 15 03:36:37 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5228C3B0 for ; Sat, 15 Mar 2014 03:36:37 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1E455FA for ; Sat, 15 Mar 2014 03:36:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s2F3aYQ6026425 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Mar 2014 21:36:34 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s2F3aY8R026422; Fri, 14 Mar 2014 21:36:34 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 14 Mar 2014 21:36:34 -0600 (MDT) From: Warren Block To: Walt Ford Subject: Re: Overhaul the config system with Lua In-Reply-To: <20140315001820.GB5765@nbu> Message-ID: References: <20140315001820.GB5765@nbu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 14 Mar 2014 21:36:34 -0600 (MDT) Cc: freebsd-hackers , =?ISO-2022-JP?Q?=1B$B=3Ck9=3E=1B=28J?= X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 03:36:37 -0000 On Fri, 14 Mar 2014, Walt Ford wrote: > On Sat, Mar 15, 2014 at 01:11:03AM +0800, ?? wrote: >> I want to overhaul the config system with Lua, and it will be my GSoC 2014 >> project. Here is the >> proposal > > That's an excellent project. I've had Lua in my own base system for > years and have converted the rc system to use it at various times, > along with some base utilities. I've been considering posting a > Kickstarter project to finally finish it all, but Lua isn't the most > popular language, and FreeBSD isn't the most popular OS. Speaking as someone who thinks too much stuff is in base... I'd like to see Lua in base. Or any modern scripting language, but Lua is small and has the right license. NetBSD put it in their kernel (!).