lua-users home
lua-l archive

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


On Tue, Apr 27, 2010 at 12:39 PM, Joshua Jensen
<jjensen@workspacewhiz.com> wrote:
> When I make my iPhone game, I will have a Lua binary data format, because
> using Lua for data is awesome (barring the number of constants limitation).
>  If they freak out over that, I'll write a custom reader for the Lua binary
> format that does the same thing as the existing Lua code.

Eww, don't do that. Just obfuscate the lua (binary) code and embed the
binary data.

-- 
- Patrick Donnelly