[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] GSL Shell 2.0 beta1 release
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 4 Nov 2011 11:18:31 -0200
> On Thu, Nov 3, 2011 at 6:43 PM, Tomas Guisasola Gorham
> <tomas@tecgraf.puc-rio.br> wrote:
> > I think yes. Usually we apply the term "pure Lua" to applications
> > that do not require external C libraries. Or am I wrong?
>
> This is 'pure' Lua numerical code, if your implementation is LuaJIT -
> because ffi is a built-in module.
>
> So it isn't so easy to draw the line ...
Sorry, but it is *trivial* to draw the line here. 'ffi' is a built-in
module in LuaJIT, not in Lua. As Tomas said, that is "pure LuaJIT", not
"pure Lua". Please do not hijack the name.
-- Roberto