clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Exercism exercises in Clojure.

Results 70 clojure issues
Sort by recently updated
recently updated
newest added

I don't know if the following problem is specific to the Clojure track, or an Exercism problem in general, but anyway... > An error occurred while running your tests. This...

This PR is an updated version of #434 Sorry for creating a new PR, but I don't have permission to push my changes directly to the existing branch and couldn't...

This PR adds metadata to the concept exercise test suites to link them to the tasks in `instructions.md` (see https://github.com/exercism/clojure-test-runner/issues/15)

It's not a good idea to roll your own absolute value logic when the standard library has a method for that already

The old URL (http://clojure-doc.org/articles/cookbooks/strings.html) returns a 404. This updates the URL to the current location of the docs.

Bumps [turtlequeue/setup-babashka](https://github.com/turtlequeue/setup-babashka) from 1.3.0 to 1.5.0. Commits 83e8171 bump version in README 05e35fe bump JS deps (#13) 5e0acf2 update README and tests to include 0.5.0 version (#11) 33bc9f5 [1.3.0] docs:...

The inclusion of the word "positive" is redundant given the context. Moreover, it is inconsistent with the test suite. The test suite expects a result of 0.5 for a balance...

Added mention of `update`. This is needed for the bird watcher exercise.