我想使用clisp运行hunchentoot。在clisp的REPL中,如果hunchentoot被启动,我将无法执行任何操作。看起来clisp不支持线程。
欢迎提出任何建议!
发布于 2011-12-16 22:30:32
CLISP documentation on threads
--with-threads
你必须使用编译时标志来构建CLISP
https://stackoverflow.com/questions/8528766
相似问题