Einfach Common Lisp lernen

C

CrimsonKing

Guest
Das ist ja hübsch:

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.

Dateien runterladen (am besten per git clone https://github.com/google/lisp-koans.git), dann die Datei contemplate.lsp im Lisp-Interpreter eurer Wahl laden. In koans\ findet ihr ein paar Programmieraufgaben, die ihr lösen müsst, es wird Schritt für Schritt etwas schwieriger. Sehr fein.
 
Zurück
Oben