gpt4 book ai didi

lisp - 普通口齿不清 : unable to load a file into the Lisp interpreter

转载 作者:太空宇宙 更新时间:2023-11-03 18:50:09 24 4
gpt4 key购买 nike

这里是 Lisp 新手。

我创建了一个函数并将其放入这个文件:compress.lisp

现在我想将它加载到我正在使用的 Lisp 解释器 GCL-2.6.2-ANSI 中

这是我在解释器中输入的内容:

(load "compress.lisp")

解释器返回这个错误:

Error in EVAL [or a callee]: Cannot open the file compress.lisp.

Fast links are on: do (use-fast-links nil) for debugging
Broken at CONDITIONS::CLCS-LOAD. Type :H for Help.
1 (Continue) Retry loading file "compress.lisp".
2 (Abort) Return to top level.
dbl:>>

GCL-2.6.2-ANSI 不允许加载文件吗?或者(更有可能)我做错了什么;如果是,是什么?

最佳答案

使用PROBE-FILE检查当前目录下是否真的有这个名字的文件:

CL-USER 57 > (probe-file "compress.lisp") 
NIL

使用 GCL 中的函数 si:chdir 将当前目录更改为文件实际所在的目录,或者为 LOAD 提供正确的路径名。

关于lisp - 普通口齿不清 : unable to load a file into the Lisp interpreter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32341407/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com