On Tue, Apr 28, 2009 at 9:25 AM, Abdulaziz Ghuloum <[email protected]> wrote: > You already know that Ikarus simply ignores the "for" thingy you > have up there, so, your import is no different from writing > (import (rnrs) (only (aps list-utils) distinct?)) > Right?
Yes, but the point is that you are importing distinct? both at runtime *and* expand time, you cannot import it a run-time only. > See, FOO is invoked only at expansion/compile time and not at > run time. Yes, this is because of separate compilation and I have already explained this point in futures episodes that you will see soon ;-) But you cannot import a name at runtime and not at compile time, can you?
