
Who says crime doesn’t pay? Our final script pickpockets old ladies when we’re not even at our Mac.
Recently, we’ve gotten into a few Web-based role-playing games that remind us of the ones we used to play on old-school dial-up BBSes. In these games, players choose actions from a menu, sometimes selecting other players as targets for the actions. Before the Web, we played by typing. Now we click links, but the style of play is still the same.
Filed under: AppleScript by Juggl3r

Lua is a powerful, fast, light-weight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Filed under: LUA by LuisPT