[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua t-shirts
- From: Wesley Smith <wesley.hoke@...>
- Date: Sun, 4 Oct 2009 10:04:56 -0700
> 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