lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Oct 4, 2009 at 10:14 AM, Peter Cawley <lua@corsix.org> wrote:
> I am probably rather strange, but I'd quite like to see a shirt
> incorporating the Lua logo, as well as a Lua program. Even better
> would be if the logo *was* a Lua program, perhaps along the lines of
> http://codepad.org/cmQIjdzI

Hey, that's cool. Do you craft those things by hand?!

I recently bought the thinkgeek t-shirt that says, " while ( ! (
succeed = try() ) ); ".
I think it would be kinda cool to make a Lua variant (but one that
actually says "Lua" on it). Something like:

#!/usr/bin/lua
...
while not succeed do try() end