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

scoring-project.lisp difficulty jump

brubsby opened this issue · comments

My complaint is that when going through the koans in order of their appearance on the meditate-linux.sh script, scoring-project.lisp kind of comes out of left field in open endedness and complexity. And the bundled solution uses lots of forms that the user is not previously familiar with: '(sort copy-list search remove). It seems like this lesson should come later, or have some more koans with these keywords come beforehand. To give the user a better chance to complete it without having to look at the solution.