【发布时间】:2022-01-01 23:50:05
【问题描述】:
我一直在尝试将另一个文件加载到我的 Scheme 脚本中,但是当我这样做时,
(load "fn1.lisp")
错误出现
The port #[input-port 13 for file: "/Users/yiwenzhu/Library/Mobile Documents/com~apple~CloudDocs/work/study/computer/SICP/src_lisp/fn1.lisp"] signalled an error:
The primitive channel-read, while executing the read system call, received the error: Bad address.
如何解决这个问题?谢谢。
【问题讨论】: