This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Evaluator code question


In eval.c, can anyone explain why scm_m_quote does a scm_copy_tree to
copy the quoted expression, whereas scm_m_begin, scm_m_if etc. all
just use the expression that they are given, without taking a copy?

Thanks,

        Neil

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]