[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: changes (not incompatibilities) to Lua 5.0 beta
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 21 Nov 2002 10:06:14 -0200
>Roberto Ierusalimschy wrote:
>> This is what "stringdump" does. The "string" in the name is supposed to
>> mean that the result is a string (and not a file, for instance). But
>> we plan to change that name (maybe "dumptostring"?)
>
>Why not simply use compile()? That name seems to fit the bill quite
>well.
Because "compile" gives the wrong impression. Functions in Lua are always
compiled to bytecode when they are defined.
--lhf