Re: ANSI question (load evaluation order)
- From: Nicolas Neuss <my.name@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 18:38:08 +0200
Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx> writes:
> CLHS says clearly that:
>
> defun is not required to perform any compile-time side effects. In
> particular, defun does not make the function definition available at
> compile time. An implementation may choose to store information about
> the function for the purposes of compile-time error-checking (such as
> checking the number of arguments on calls), or to enable the function
> to be expanded inline.
As much as I see the problem lies not at compile-time (COMPILE-FILE works),
but at load-time.
Nicolas.
.
- References:
- ANSI question (load evaluation order)
- From: Nicolas Neuss
- Re: ANSI question (load evaluation order)
- From: Pascal Bourguignon
- ANSI question (load evaluation order)
- Prev by Date: Re: ANSI question (load evaluation order)
- Next by Date: Re: Comparing Lisp conditions to Java Exceptions
- Previous by thread: Re: ANSI question (load evaluation order)
- Index(es):
Relevant Pages
|