Composability siiky (13 Dec 2023 20:06 UTC)
Re: Composability Marc Nieper-Wißkirchen (14 Dec 2023 07:12 UTC)
Re: Composability siiky (19 Dec 2023 19:41 UTC)
Re: Composability siiky (19 Dec 2023 20:59 UTC)
Re: Composability siiky (19 Dec 2023 21:40 UTC)

Re: Composability siiky 19 Dec 2023 20:59 UTC

On 12/14/23 07:11, Marc Nieper-Wißkirchen wrote:
> What you'd like to achieve here (if I understand correctly) is
> evaluating f1 and f2 in parallel (on the same state).  SRFI 247 does not
> have a syntactic form tailored for this purpose, so you have to handle
> the state in local variables, in this case, manually.  It is just
> outside the scope of SRFI 247.

Ok thanks for the reply. I think I understand better the purpose of this
SRFI. Personally I probably wouldn't use it much. But it's a neat idea
and the implementation could probably be adapted to other usecases.

Good luck!