clojure
clojure copied to clipboard
Exercism exercises in Clojure.
This issue keeps track of which practice exercises have had a generator added to them: - [ ] accumulate - [x] acronym - [ ] all-your-base - [x] allergies -...
https://forum.exercism.org/t/exercise-proposal-dragon-curve/16527 Initial draft. I'll add some instructions at some point. Curve generator: https://shefalinayak.com/svg-generators/dragons.html
Since we already have written templates for a good number of exercises, in this issue, I'll attempt to collect all the parameters that currently influence how an exercise is written....
Certain exercises that involve checking whether two floating-point numbers are equal, fail when running tests with `lein test` or `clojure -X:test`. They do however work with babashka. An example is...
To avoid duplicate work, assign yourself an exercise that you plan to work on by posting it here. cc @ErikSchierboom
Someone asked in the forums how to develop using the REPL. This issue is a pointer to that thread. https://forum.exercism.org/t/using-your-code-file-from-within-repl-classpath-deps-edn-help-doc/15739 It might be a good idea to have some documentation...
Not an issue but a suggestion. Exercism Clojure track tests have metadata :task attached with values from 1 to n, each representing a task in the exercise. While working through...