Re: Does Lua support Lazy Evaluation?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Does Lua support Lazy Evaluation?
- From: "Alex Queiroz" <asandroq@...>
- Date: Sat, 9 Dec 2006 11:56:34 -0300
Hallo,
On 09 Dec 2006 01:02:01 +0100, Thomas Hafner <thomas@hafner.nl.eu.org> wrote:
One implementation of Scheme's procedures ``delay'' and ``force'' just
use lambda, so it's no problem to mimic that in Lua. By that means,
Lua supports lazy evaluation.
I thought Scheme is strict as well?
--
-alex
http://www.ventonegro.org/