lua-users home
lua-l archive

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


> I really miss the times when Lua was just an embeddable script language. 
> I could just compile all Lua libraries I wanted, make a host application 
> or change lua.c to open the additional libraries, link everything and be 
> happy.

You can do just that today: just edit linit.c to suit your needs.