[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Progress on MediaWiki Integration with Lua 5.1
- From: Duncan Cross <duncan.cross@...>
- Date: Tue, 19 Feb 2013 03:45:47 +0000
On Sun, Feb 17, 2013 at 12:09 PM, marbux <marbux@gmail.com> wrote:
> Was just looking at the MediaWiki developers progress on integration
> of Lua 5.1. They've generated a fair bit of documentation on their
> progress, changes they made in Lua, etc.
Very interesting. I notice that coroutine functions are not available,
because "No application is known for us, so it has not been reviewed
for security." This seems like a great shame to me, coroutines can be
very useful for iterators and all sorts of things, I consider them one
of the best things about Lua. I admit I have no idea about potential
security concerns though - are there are commonly known ones with
regard to coroutines?
-Duncan