Bugs item #1668418, was opened at 2007-02-25 16:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1668418&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Friedrich Delgado Friedrichs (taupan)
Assigned to: Nobody/Anonymous (nobody)
Summary: (values) implementation violates r5rs
Initial Comment:
You can do
((lambda (x) x) (values 'foo 'bar))
in sisc (up until 1.16.5) which will take both values and bind x to a single
value of type sisc.data.Values, in violation of
"Except for continuations created by the call-with-values
procedure, all continuations take exactly one value."
from r5rs.
Several other primitives take multiple values as a single value by default,
with very few exceptions.
(I hope that was sufficiently precise and clear.)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1668418&group_id=23735
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|