[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Optional and Default Parameters
- To: "Seth R. Goldman" <seth@UCLA-CS.ARPA>
- Subject: Re: Optional and Default Parameters
- From: Jonathan Rees <Rees@YALE.ARPA>
- Date: Sun ,13 Nov 83 01:32:16 EDT
- Cc: T-Discussion@YALE.ARPA
- In-reply-to: Seth R. Goldman <seth@UCLA-CS> (?Invalid address syntax), Sat, 12 Nov 83 15:03:31 PST
From: Seth R. Goldman <seth@UCLA-CS> (?Invalid address syntax)
Are there any plans to include something on the order of Zetalisp &Optional
field in the parameter list for functions? I (and others) find it
mildly annoying to have to explicitly provide streams to operations such
as print, display, and format as one example. It would be nice to be
able to have the stream argument be optional and have some reasonable
default (i.e. standard-output or terminal-output). This kind of facility
would also be useful for user applications as well.
I agree completely. There are plans to do this, but it has low
priority. Mild annoyance is not enough to motivate something that
would require this much work.