Guile Mailing List Archive

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

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

Guile Home | Main Index | Thread Index