Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion Alternatives to values/call-with-values
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
cr88192  
View profile   Translate to Translated (View Original)
 More options 2 Aug 2003, 16:31
Newsgroups: comp.lang.scheme
From: "cr88192" <cr88...@hotmail.com>
Date: Sat, 2 Aug 2003 08:31:23 -0700
Local: Sat 2 Aug 2003 16:31
Subject: Re: Alternatives to values/call-with-values

> To my surprise, this proposal generated almost no discussion.  In fact,
> it seemed to mark the end of the original one, and since then people
> seem to have resigned themselves to values/call-with-values, occasional
> fulminations aside.

> My questions:

> 1.  Is this proposal still viable for Scheme, as a language, today?

> 2.  What are the thoughts of implementors on the proposal?

> 3.  Have people really resigned themselves to values/call-with-values,
>     both
>       a) as a specific means of handling multiple return values, and
>       b) as the philosophical departure from the roots of the language
>          they (arguably) represent?

> 4.  Does anyone have any other ideas for dealing with the problem of
>     multiple return values that haven't been raised yet?

as of yet I did not bother to implement these. if I did it would probably
jusy be in the form of macros:
(defmacro values x
    `(list ,@x))

(defmacro call-with-values (f g)
    `(apply ,f ,g))

yes, working hygenic macros were another thing I never got to...
instead I had a half-working macro system that I just used to implement
defmacro...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google