lua-users home
lua-l archive

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


2015-07-14 16:17 GMT+02:00 Simon Cozens <simon@simon-cozens.org>:
>> I maintain SILE, which is quite a large, complex application written in
>> Lua. Because it's an application, I can't control which versions of Lua
>> its end-users will be using, so we have to support a range of
>> environments.
2015-07-14 16:32 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> If you control the application, why not embed a fixed version of Lua?

That was my first reaction too. You already embed over 1MB of libtexpdf
C source, so less than 0.4KB of Lua won't hurt.

LuaTeX, one of your main competitors in the typesetting world, does just
that.