chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] CR #1142 and upcoming changes


From: Felix Winkelmann
Subject: Re: [Chicken-hackers] CR #1142 and upcoming changes
Date: Tue, 19 Aug 2014 22:46:16 +0200 (CEST)

> +1, but what's wrong with R7RS parameters?  They are entirely compatible
> with Chicken parameters AFAICT; the ability to mutate a parameter isn't
> present in R7RS, but R7RS documents that the effect of (p x) where
> p is a parameter is implementation-defined.

It is written:

"If an implementation supports multiple threads, then parameterize
must not change the associated values of any parameters in any thread
other than the current thread and threads created inside <body>."

It's the last part that I got wrong: I incorrectly assumed it may
_not_ influence the values in threads created inside <body>.

Is this correct?


felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]