From: Jim Winstead Date: March 20 2008 11:52pm Subject: Re: Adding Lua support to the mysql command-line client List-Archive: http://lists.mysql.com/soc/69 Message-Id: <20080320235200.GA22300@trainedmonkey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Thu, Mar 20, 2008 at 12:12:12PM +0200, Dobos D. Calin wrote: > I have read the wiki and I am still a bit confused about some aspects > of this embedding. Most important, the goal. i added a note to the main ideas page -- the long-term goal of embedding lua into the mysql command-line client is so that we can re-implement all of the other mysql command-line clients (mysqldump is a good example) on top of that, as well as moving some (or most) of the command-line clients functionality into lua code. at the end of the day, this new mysql command-line client may indeed look more like the official lua interpreter than the existing command-line client. jim