Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28294

Re: running Lua in Python

References (1 earlier) <CALwzidk8UL5pV2F=WeEisyHb=_q=XJeE45m4dFK7_BK821J3TA@mail.gmail.com> <CAO+9iGedJsWf=kS8SWA6XBSF+GjA2zciEoQLc4c+DTAh7dZs9g@mail.gmail.com> <CAJ6cK1bORqCK6mWv7EjUZPNWTwndJMX6gGNKxnxq7BKtrNvqQQ@mail.gmail.com> <CAJ6cK1aPxksN6G2fcF6J_bnCHfVCTA_uTyECcqS0rOg5_n4Ypg@mail.gmail.com> <k209aj$ch5$1@ger.gmane.org>
Date 2012-09-02 20:17 +0100
Subject Re: running Lua in Python
From Arnaud Delobelle <arnodel@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.103.1346613428.27098.python-list@python.org> (permalink)

Show all headers | View raw


On 2 September 2012 19:42, Stefan Behnel <stefan_ml@behnel.de> wrote:
> Arnaud Delobelle, 02.09.2012 20:34:
>> On 2 September 2012 10:49, Arnaud Delobelle wrote:
>>> On 2 September 2012 10:39, Alec Taylor wrote:
>>>> http://pypi.python.org/pypi/lupa
>>>
>>> I'll check this out, thanks.
>>
>> Mmh it seems to be lua 5.1 and more importantly it seems to require a
>> custom build of Python, which I don't want.
>
> I have no idea why you say that, for neither of the two.

* For the custom build of Python on OS X, this blog post:

    http://t-p-j.blogspot.co.uk/2010/11/lupa-on-os-x-with-macports-python-26.html

which is actually linked to in lupa's own INSTALL.rst file

* For Lua 5.1, the official LuaJIT page:

    http://luajit.org/luajit.html

where I quote:

"""
LuaJIT implements the full set of language features defined by Lua 5.1.
"""

Of course I'd be glad to be proved wrong on both counts.

-- 
Arnaud

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: running Lua in Python Arnaud Delobelle <arnodel@gmail.com> - 2012-09-02 20:17 +0100

csiph-web