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!
asked Dec 16, 2011 at 1:20
z_axis
8,5008 gold badges44 silver badges62 bronze badges
1 Answer 1
CLISP documentation on threads
- you have to build CLISP with compile-time flag
--with-threads - this is experimental
Sign up to request clarification or add additional context in comments.
1 Comment
z_axis
It has been experimental for a long time :)