This is the mail archive of the guile@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]

Re: eval


Frode Vatvedt Fjeld writes:
 > Klaus Schilling <Klaus.Schilling@home.ivm.de> writes:
 > 
 > > (let ((x 'y))
 > >     (local-eval '(display x) (the-environment)))
 > 
 > I looked for something like this, but in my guile, there is no such
 > thing as (the-environment).

It is probably only in the new cvs snapshots.
the-environment expands to
(procedure->syntax (lambda (x env) env))

Klaus Schilling

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