I've used the following method in other programming languages (Lua, Janet)
and I'm wondering whether I can do something similar in PicoLisp:
I've got a coroutine that generates an infinite sequence of data.
I've got another coroutine that takes data from the previous coroutine,
processes it and g
Hi František,
> I've used the following method in other programming languages (Lua, Janet)
> and I'm wondering whether I can do something similar in PicoLisp:
>
> I've got a coroutine that generates an infinite sequence of data.
> ...
> The upshot of this method is that I don't have to manually k
Test ☺
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe