Re: values & call-with-values

Mikael Djurfeldt (mdj@nada.kth.se)
15 Mar 1998 19:19:31 +0100

Sascha Ziemann <szi@aibon.ping.de> writes:

> why are values and call-with-values not public? (syncase.scm)

Because they were only implemented for compatibility with the macro
system source code. That is, they were included to make things work.
They were not intended as standard Guile primitives.

Since they have been included in R5RS they should of course be added
to Guile proper, but before that someone should examine what is a
proper implementation.

/mdj