[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: iLuaBox Now Available - Run Lua on Your iPad
- From: Jonathan Castello <twisolar@...>
- Date: Mon, 25 Oct 2010 14:28:08 -0700
On Mon, Oct 25, 2010 at 1:44 PM, Philippe Lhoste <PhiLho@gmx.net> wrote:
> Alas we can't rewrite history: no language, however good it can be, can be
> implemented by all browser vendors. And there will be always old browsers
> not understanding it. It reminds me I once found a Web page (from an
> amateur) using VBScript as scripting language (worked in IE at the time).
It's not as dire as all that. Someone wrote a Lisp interpreter in
Javascript which evaluates and runs code in <script type="text/lisp">
tags. There's no reason something similar couldn't be done for Lua.
http://www.parkscomputing.com/lisptest.html
~Jonathan