guile-user
[Top][All Lists]
Advanced

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

confused about make-module and eval


From: Matt Wette
Subject: confused about make-module and eval
Date: Mon, 23 Mar 2020 17:32:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

I expect this to work, but it does not.  Any anyone elaborate?
What is the minimum module that can make this work?  (make-fresh-use-module)?

scheme@(guile-user)> (eval '(lambda (a b c) 1) (make-module))
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Unbound variable: lambda

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(#{ g188}#) [1]>




reply via email to

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