exercism / babashka

Exercism exercises in Babashka.
https://exercism.org/tracks/babashka
MIT License
13 stars 8 forks source link
community-contributions-paused exercism-track

Exercism Babashka Track

Build Status

Exercism exercises in Babashka.

Haven't heard of Babashka? Watch the introductory talk.

Setup

Exercise Tests

You can read about how we think about test suites in the Exercism documentation. Babashka comes bundled with clojure.test. To run the entire test suite for all 76 exercises:

$ bb -f _test/check_exercises.clj

Contributing

Thank you so much for contributing! :tada:

Please read about how to get involved in a track. Be sure to read the Exercism Code of Conduct.

We welcome pull requests of all kinds. No contribution is too small.

We encourage contributions that provide fixes and improvements to existing exercises. Please note that this track's exercises must conform to the Exercism-wide standards described in the documentation. If you're unsure about how to make a change, then go ahead and open an issue and we'll discuss it.