Hacker News new | ask | show | jobs
by meemo 4767 days ago
how would you get started with clisp instead of sbcl?
1 comments

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.