Comment on Lisp Koans by GoogleComments−meemo13yhow would you get started with clisp instead of sbcl?−clkoans13yThe lisp koans should execute on any common lisp implementation modulo the threads koan group. If you modify the file ".koans"https://github.com/google/lisp-koans/blob/master/.koansto remove the last entry ":threads" it should work.
Comments
how would you get started with clisp instead of sbcl?
The lisp koans should execute on any common lisp implementation modulo the threads koan group. If you modify the file ".koans"
https://github.com/google/lisp-koans/blob/master/.koans
to remove the last entry ":threads" it should work.