gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Compile test


From: Camm Maguire
Subject: [Gcl-devel] Compile test
Date: 11 Oct 2002 16:24:38 -0400

Greetings!  Regarding the test COMPILE.5 et.al.:

(LET ((CL-TEST::X (COPY-SEQ "abc")))
        (FUNCALL (COMPILE NIL
                          (LIST 'LAMBDA NIL
                                (LIST 'EQ CL-TEST::X CL-TEST::X)))))

If this is to return true, then compile cannot be implemented as a
function.  Is this right?  Otherwise, as a function, all arguments are
evaluated first, so from the function beginning, the form is already 
(LAMBDA () (EQ "abc" "abc")).  This seems pretty radical.

Take care,



-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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