lua-users home
lua-l archive

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


On Tue, Jul 14, 2015 at 11:35:07PM +0900, Simon Cozens wrote:
> On 14/07/2015 23:32, Luiz Henrique de Figueiredo wrote:
> > Why does a complex application depend on the version of Lua that end-users have?
> 
> Because the application is written in Lua, and uses the Lua interpreter.

#!/usr/bin/env lua5.1

And then mock anyone who isn't using a Debian derivative.

To be honest, exactly the same thing happens with Python, Ruby, and
Perl.  What does $(which python) expand to, Python 1, 2, or 3?  Nobody
knows.

B.