chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] (load ...)


From: Peter Keller
Subject: [Chicken-hackers] (load ...)
Date: Thu, 7 Jun 2007 10:31:32 -0500
User-agent: Mutt/1.4.2.1i

Hello,

How does the compiler compile something like this:

(define file "a-file")
(define (xload file)
        (load a-file))

Also, if thingy was entered via human input, then is the stuff in the
loaded file interpreted at runtime?

I'm curious on the compiled/interpreted boundary when it comes to (load ...).

Thank you.

-pete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]