[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: evolutionary programming & Lua
- From: Steve Dekorte <steve@...>
- Date: Sun, 19 Sep 1999 12:59:12 -0700
Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> Here is a simple implementation of arithmetic expressions in Lua that should
> be adequate for evolutionary programming.
>..
> E{add,1,{mul,2,3}}
I like this example, but isn't this going to be alot slower than doing it
as Dolfi suggested in Scheme? I suppose that you could also write something
to turn these structures into a string and call dostring() but then you've
got the whole code structure -> text -> compiled code that scheme avoids.
Steve