lua-users home
lua-l archive

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


> 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
>


Some perl microcodes for inspiration:
http://pallit.lhi.is/microcodes/

wes