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 br
Common Lisp Koans is an open-source project hosted on GitHub, created and maintained by Google. It is part of a series of programming language koans that aim to teach various programming languages through hands-on exercises and test-driven development.
This tutorial focuses on Common Lisp, a dialect of the Lisp programming language. It covers various aspects of Lisp syntax, data structures, functions, and programming concepts through a series of exercises called 'koans'. These koans are designed to guide learners through the intricacies of Lisp programming in an interactive and engaging manner.