Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个关于导入模块的小问题 #273

Closed
wants to merge 2 commits into from

Conversation

nanfangshuo
Copy link
Contributor

很抱歉,第一次使用scheme,又遇到了个比较低级的问题。为了在本地测试完成的scheme代码,我使用的是vsc配合chicken解释器。
在goldfish/goldfish/srfi/srfi-132.scm中,使用了(define-library (srfi srfi-132)) 定义了模块 (srfi srfi-132)。在我编写的goldfish/tests/goldfish/srfi/srfi-132-test.scm中,在(import (srfi srfi-132))时出现了错误,报错显示“cannot import from undefined module: srfi.srfi-132”。
观察goldfish/tests/goldfish/srfi/下的其他代码,如试运行srfi-78-test.scm时,也遇到了相同问题。
请问这是怎么回事,我该如何解决呢

@nanfangshuo nanfangshuo closed this by deleting the head repository Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant