On Wed, Jan 27, 2010 at 3:06 PM, Christiano F. Haesbaert <[email protected]> wrote: > I know you've already done a lot of work on tinyscheme, but have you > considered Lua ? > > Very efficient and low memory footprint, and also more accessible for > people who don't want to dwelve in the deeps of functional > programming. It's being used alot in embedded development and as an > extension language.
I use Lua a lot actually, but it's not quite as small, and it would be silly to embed Lua in just mg. We'd have to ship it as a library, and then things get more complicated. This is 2 C files that go in one directory. Also, historically emacs-like editors get lisp-like languages.
