NotesPICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in Lua commands and provides simple built-in tools for creating your own cartridges.Unfurl
NotesWe're working to support Lua as a scripting language for MediaWiki end users, including Wikipedia editors. You can try out the prototype now at http://scribunto.wmflabs.org/ .FeedUnfurl
NotesOf course, the introduction of a programming language would bring with it a number of other problems, particularly with regards to privacy, security and memory footprint. As a result, the long term consensus was that the introduction of a programming language would be a major undertaking, including time for discussing which languages would work best in a heavily sanitised environment. The project as a whole has been discussed at regular intervals, but it was only this week that a consensus seemed to emerge in favour of Lua, a lightweight but relatively unheard-of language generally regarded as being "easy to learn" (wikitech-l mailing list).FeedUnfurl
Notes"I've coded up SHA-1 Secure Hash computation and HMAC-SHA1 secure signature computation in pure Lua and thought I'd share them in case anyone else would find them useful."Unfurl
Notes"LuaObjCBridge is an Objective-C framework providing access to the Lua scripting language from within programs which use Apple's Cocoa framework."Unfurl
Notes"Kepler is a Web development platform. ... It is implemented as a set of Lua components, so it offers the same advantages as Lua: it is Simple, Portable, Light and Extensible (SIMPLE)"Unfurl
Notes"LuaCore is an Objective-C framework for running Lua scripts. Even better than that, it includes a bridge so that you can pass in Objective-C objects, and work with them in the Lua environment. You can call functions and methods and all kinds of other craUnfurl
Notes"What if you could provide a seamlessly integrated, fully dynamic language with a conventional syntax while increasing your application's size by less than 200K on an x86? You can do it with Lua!" Looks like JavaScript from an alternate universe. Lots oUnfurl