[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standardizing lua names on *nix systems (and their distributions)
- From: William Ahern <william@...>
- Date: Thu, 5 Feb 2015 12:07:54 -0800
On Thu, Feb 05, 2015 at 11:12:21AM +0100, Marc Balmer wrote:
>
>
> Am 05.02.15 um 10:59 schrieb Enrico Tassi:
> > On Thu, Feb 05, 2015 at 09:03:52AM +0100, Marc Balmer wrote:
> >> FWIW, NetBSD ships with Lua in the base system as well. And there it
> >> just called '/usr/bin/lua'.
> >
> > Which Lua?
>
> 5.3
On NetBSD 6.1.1 it's PUC Lua 5.1.4:
$ uname -a
NetBSD 6.1.1 NetBSD 6.1.1 (GENERIC) amd64
$ ./runlua -d -e ''
runlua: creating working directory /tmp/runlua-6990a484c98c60a0
runlua: /usr/bin/lua is version 5.1.4 (5.1 API)
runlua: /usr/pkg/bin/lua5.1 is version 5.1.5 (5.1 API)
runlua: /usr/pkg/bin/lua5.2 is version 5.2.3 (5.2 API)
runlua: /usr/pkg/bin/luajit is version 2.0.3 (5.1 API)
runlua: /usr/pkg/bin/luajit-2.0.3 is version 2.0.3 (5.1 API)
runlua: removing working directory /tmp/runlua-6990a484c98c60a0
runlua: using /usr/pkg/bin/lua5.2