Re: Some competition
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some competition
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年8月04日 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