相关疑难解决方法(0)

是否存在在Common Lisp中运行外部程序的标准方法?

在clisp中,以下代码有效:

(defun hit-history () (shell "tail ssqHitNum.txt"))
Run Code Online (Sandbox Code Playgroud)

但是,在Clozure CL中,shell不支持该功能!

shell common-lisp exec ccl

12
推荐指数
2
解决办法
4938
查看次数

标签 统计

ccl ×1

common-lisp ×1

exec ×1

shell ×1