CCL トップレベルで、以下を実行:
(make-socket :LOCAL-PORT 6666 :LOCAL-HOST "127.0.0.1")
また
(make-socket :LOCAL-PORT 6666 :LOCAL-HOST (lookup-hostname "localhost"))
以下を出力します。
> Error: There is no applicable method for the generic function:
> #<STANDARD-GENERIC-FUNCTION CCL::SOCKADDR #x30200043F91F>
> when called with arguments:
> (NIL)
> While executing: #<CCL::STANDARD-KERNEL-METHOD NO-APPLICABLE-METHOD (T)>, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Try calling it again
> Type :? for other options.
エラーの意味がわかりません (CL の新機能)。どういう意味ですか?そして、私は何を間違っていますか?