在命令行上加载没有粘液的restas模块时出错

时间:2016-07-09 06:01:49

标签: common-lisp slime quicklisp

我是普通lisp的新手,想要使用RESTAS构建一个Web。 我写了一个名为api.lisp的文件,它看起来像这样:

Bash>> lx86cl64 -l ~/Git/proj53/src/api/api.lisp


To load "restas":
  Load 1 ASDF system:
    restas
; Loading "restas"
.
> Error: There is no package named "SWANK" .
> While executing: CCL::%FASL-NVPACKAGE, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry finding package with name "SWANK".
> Type :? for other options.
1 > 

我写了一些路线,它在Emacs + Slime中运行良好。 但是当我尝试在命令行中加载文件时,它不起作用。

{{1}}

为什么我收到此错误?

0 个答案:

没有答案