lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 17/12/09 11:47, Jerome Vuarand wrote:
> 2009/12/17 David Given <dg@cowlark.com>:
>> Objective Lua is a translation skin on top of stock Lua that allows you
>> to use Objective-C like class and method syntax in Lua. You can define
>> classes like this:
> 
> I guess this means that it doesn't include interoperability with
> Objective-C or other languages using the same runtime, right ?

That's correct. I'm hoping to see one soon, but as I'm about to go off
on holiday and get horribly distracted I wanted to get this out first.

(In fact, Objective Lua has no trouble interoperating with any other
code written in Lua --- if you like, you can even make calls to the
standard libraries with code such as:

local fp = [io open, "foo", "r"]
[fp write, "Hello, world!"]

.)

- -- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ "Sufficiently advanced incompetence is indistinguishable from
│ malice." -- Vernon Schryver
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksqg4UACgkQf9E0noFvlzixAwCgu9Jo8e8NW9RHKyQg0fCqK6jV
fB0AnRhArvzrydWQv0YDWkeXZIDvCUwI
=OK7B
-----END PGP SIGNATURE-----