Re: What should (ignore-errors (function foo)) do
- From: Ron Garret <rNOSPAMon@xxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 15:02:08 -0700
In article <87mzbcxc8r.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx> wrote:
Ron Garret <rNOSPAMon@xxxxxxxxxxx> writes:
Consider:
(defun foo () 1)
(defun baz () (funcall (function foo)))
(defun foo () 2)
(baz)
AFAIK all CL implementations will return 1, but I don't think you can
actually justify this in terms of the spec.
You mean 2, I assume. (both clisp and sbcl return 2).
Yes. See my response to Pascal for further elaboration.
rg
.
- References:
- What should (ignore-errors ((foo))) do?
- From: Ron Garret
- Re: What should (ignore-errors ((foo))) do?
- From: Marcin 'Qrczak' Kowalczyk
- Re: What should (ignore-errors ((foo))) do?
- From: Nathan Baum
- Re: What should (ignore-errors ((foo))) do?
- From: Marcin 'Qrczak' Kowalczyk
- Re: What should (ignore-errors ((foo))) do?
- From: Pascal Costanza
- Re: What should (ignore-errors ((foo))) do?
- From: Pascal Costanza
- What should (ignore-errors (function foo)) do (was: Re: What should (ignore-errors ((foo))) do?)
- From: Ron Garret
- Re: What should (ignore-errors (function foo)) do
- From: Pascal Costanza
- Re: What should (ignore-errors (function foo)) do
- From: Ron Garret
- Re: What should (ignore-errors (function foo)) do
- From: Pascal Bourguignon
- What should (ignore-errors ((foo))) do?
- Prev by Date: Re: What should (ignore-errors (function foo)) do
- Next by Date: Re: What should (ignore-errors ((foo))) do?
- Previous by thread: Re: What should (ignore-errors (function foo)) do
- Next by thread: Re: What should (ignore-errors (function foo)) do
- Index(es):
Relevant Pages
|