Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exercism/clojure
Exercism exercises in Clojure.
https://github.com/exercism/clojure
community-contributions-paused exercism-track lisp
Last synced: about 16 hours ago
JSON representation
Exercism exercises in Clojure.
- Host: GitHub
- URL: https://github.com/exercism/clojure
- Owner: exercism
- License: mit
- Created: 2014-02-28T02:28:52.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:06:33.000Z (9 months ago)
- Last Synced: 2024-05-01T11:25:11.868Z (9 months ago)
- Topics: community-contributions-paused, exercism-track, lisp
- Language: Clojure
- Homepage: https://exercism.org/tracks/clojure
- Size: 1.51 MB
- Stars: 155
- Watchers: 16
- Forks: 151
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Exercism Clojure Track
[![Configlet CI](https://github.com/exercism/clojure/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/clojure/actions/workflows/configlet.yml)
[![test](https://github.com/exercism/clojure/workflows/test/badge.svg)](https://github.com/exercism/clojure/actions?query=workflow%3Atest)**Exercism exercises in [Clojure](https://clojure.org/)**
This is the Clojure track, one of the many tracks on [Exercism][web-exercism].
It holds all the _exercises_ that are currently implemented and available for students to complete.
The track consists of various **concept** exercises which teach the [Clojure syllabus][web-syllabus], and various practice exercises, which are unlocked by progressing in the syllabus and can be used to practice concepts learned.
You can find this in the [`config.json`][file-config].## Running the test suite
To test all exercises with sample solutions using [babashka](https://babashka.org/):
```bash
./test.clj .
```
{:tested 86, :fails ()}## Contributing Guide
Please see the [contributing guide](https://exercism.org/docs/building).
[web-exercism]: https://exercism.org
[web-syllabus]: https://exercism.org/tracks/clojure/concepts
[file-config]: https://github.com/exercism/clojure/blob/main/config.json