[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is dofile really called for anymore?
- From: Patrick Donnelly <batrick@...>
- Date: Wed, 7 Apr 2010 14:10:59 -0400
On Wed, Apr 7, 2010 at 12:49 PM, Stuart P. Bentley
<stuart@testtrack4.com> wrote:
> So it's basically just pcall(assert(loadfile(...)))?
No, see [1].
> My point is, if we can write our own dostring, can't we just as easily write
> our own dofile?
Yes.
[1] http://permalink.gmane.org/gmane.comp.lang.lua.general/64649
--
- Patrick Donnelly