Explorez des projets open source, des tutoriels interactifs et des bibliothèques fonctionnelles pour maîtriser Clojure et Lisp.
Clojure Koans is an educational platform designed to teach the syntax and core concepts of the Clojure programming language. It provides a structured curriculum of programming challenges that guide users through language features by requiring them to resolve a sequence of failing test cases. The project functions as an interactive learning environment that integrates a test-driven development workflow with automated feedback. By monitoring source files for modifications, the tool triggers immediate test execution whenever a user saves their progress, allowing for real-time verification of cod
functional-koans/clojure-koans is a set of interactive exercises that teach Clojure through hands-on coding challenges, directly supporting REPL-driven learning and functional programming fundamentals, though it offers less explicit coverage of macros and comprehensive documentation than some may expect.