Felix Winkelmann scripsit: > It is written:
I'm glad to see you are treating R7RS-small as scripture! > "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>. That assumption was incorrect, yes. `Parameterize` obviously affects parameter values in the current thread (or it would be useless), and may affect values in child threads created within the body. We don't spell out that it must not do so after the thread is created: exceptions are hard enough without exceptions to exceptions. -- John Cowan http://www.ccil.org/~cowan [email protected] But the next day there came no dawn, and the Grey Company passed on into the darkness of the Storm of Mordor and were lost to mortal sight; but the Dead followed them. --"The Passing of the Grey Company" _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
