Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从函数的参数加载球拍方案中的外部 rkt 文件。例如,
(define (test fileName) (include fileName) )
但是,我收到错误消息,表明 fileName 不是路径名字符串,file' form, orlib' 形式。
file' form, or
有没有办法解决这个问题,还是有另一种更好的方法来包含来自动态文件名的文件?
做到这一点的最好方法是使外部文件成为一个模块,并使用dynamic-require.
dynamic-require