|
From: | Alex Shinn |
Subject: | Re: [MIT-Scheme-devel] Symmetric MultiProcessing |
Date: | Mon, 20 Jan 2014 10:04:31 +0900 |
Date: Sun, 19 Jan 2014 10:58:15 -0700
From: Matt Birkholz <address@hidden>
Let's keep it in a branch until we get 9.2 out, at least.
> From: Chris Hanson <address@hidden>
> Date: Fri, 17 Jan 2014 22:40:01 -0800
>
> R7RS defines parameters, which we'll eventually need to implement anyway
> for compliance. Converting the system's bindings over to parameters is
> probably the right thing for a variety of reasons.
Then I will stick it to master, one binding per commit.
Probably, but it's a bug that we don't implement them right.
Comply with R7RS? Does it not require multiple-value returns?
Lying around somewhere I might have a local branch with a stab at
implementing them with zero overhead for the single-return,
single-receive case by adding a return code for the multiple-receive
case. In principle this should work, but integrating it with compiled
code made it tricky.
[Prev in Thread] | Current Thread | [Next in Thread] |