Re: pipeing fucntions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: pipeing fucntions
- From: Enrico Colombini <erix@...>
- Date: 2012年6月25日 20:04:44 +0200
On 25/06/2012 19.46, meino.cramer@gmx.de wrote:
This is sequencing, not pipeing...
Pipeing means: Function a produces a_stream_ of data
/while/ function b consumes that stream.
Is it possible (portable...) ?
Have a look here:
http://www.lua.org/pil/9.2.html
(it's the free first edition based on Lua 5.0; minor corrections could
be needed for Lua 5.1 or 5.2).
--
Enrico