Re: Is "scripting" truly Lua's future?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is "scripting" truly Lua's future?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年9月15日 14:13:06 -0300
> All my Lua files tend to start with the same boilerplate containing
...
> ...etc. It would be really nice to be able to common this somehow.
You can write your own lua_Reader function that send this before sending
anything else.