Re: Lua wrappers
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 14, 2005
- 618 views
cklester wrote: > > Alex Chamberlain wrote: > > Jeremy Peterson wrote: > > > The difference is that you can use lua. Lua is a different language that > > > can > > > do different things, some things that Eu cannot do. It also allows you to > > > use > > > lua as a scripting language for Eu. > > But it means learning another language! I think I will rival this with my > > eval > > script - my mock GCSEs finish tomorrow with French Reading (How boring!) so > > it will be released this weekend sometime probably! > > I'd LOVE to be able to have Euphoria scripting. I looked up "script" in the > archives. There are some scripting libs out there, but none that would rival > an eval() function/proc. Well, you could check out euscript. It's not in the archives, because at the time Rob didn't want to put anything up there that would 'compete' with Euphoria. You can get it from my site: http://www14.brinkster.com/matthewlewis/projects.html#interpreter I use it for wxEDB, as a matter of fact. Also, you could use ooeu, which has an eval(). Of course, it's not as fast as real Eu. Matt Lewis