lua-users home
lua-l archive

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


I'm making very nice progress with XMPP; Ezra helped me set the library up.

I think I can now do everything I need, protocol-wise.

So... it looks like soon the first Mobile Lua scripts will be
travelling around in XMPP messages.

On Sun, Oct 30, 2011 at 10:49 AM, David Hollander <dhllndr@gmail.com> wrote:
>> Serialized as in Pluto? That's brave. :)
>
> I would probably just serialize lua strings, numbers, and acyclic
> tables of strings\tables\numbers in pure Lua (I believe Pluto is a C
> library). I would probably send functions\modules as source code
> strings rather than bytecode. But again, use cases and requirements
> will vary.

There are so many ways... :)

Stefan