google / lisp-koans

Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solve threading koans

phoe opened this issue · comments

I forgot to solve, run, and therefore test https://github.com/google/lisp-koans/blob/master/koans-solved/threads.lisp - I'll do that, likely today.