Search code examples
clisp

Does clisp support thread?


I want to run hunchentoot using clisp. In clisp's REPL, i cannot do anything if hunchentoot is started. It seems clisp doesnot support thread.

Any suggestion is appreciated!


Solution

  • CLISP documentation on threads

    • you have to build CLISP with compile-time flag --with-threads
    • this is experimental