[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Some competition
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 04 Aug 2005 13:40:59 -0300
> I really like its futures, for example. I've only ever seen those in
> functional languages before.
Well, Lua is a functional language too :) There are some Lua libraries
that use futures. You just have to call them instead of using directly
(something like if (status1() | status2() | status3()) ...).
-- Roberto