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


Groups > comp.lang.python > #28294 > unrolled thread

Re: running Lua in Python

Started byArnaud Delobelle <arnodel@gmail.com>
First post2012-09-02 20:17 +0100
Last post2012-09-02 20:17 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#28294 — Re: running Lua in Python

FromArnaud Delobelle <arnodel@gmail.com>
Date2012-09-02 20:17 +0100
SubjectRe: running Lua in Python
Message-ID<mailman.103.1346613428.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web