我是普通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}}
为什么我收到此错误?