() Thien-Thi Nguyen <[EMAIL PROTECTED]>
() Tue, 24 Jul 2007 16:37:49 +0200

   () "Marco Maggi" <[EMAIL PROTECTED]>
   () Tue, 24 Jul 2007 16:06:31 +0200

        (lambda () (for-each primitive-eval result))

      Ideas?

   (lambda () (primitive-eval `(begin ,@result)))

however, this just produces the thunk form, if you want
to really produce a thunk, you'd use:

(primitive-eval `(lambda () ,@result))

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to