[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A rant about backward-incompatible changes
- From: Rob Kendrick <rjek@...>
- Date: Tue, 14 Jul 2015 15:40:18 +0100
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.