Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

exercism/babashka

Repository files navigation

Exercism Babashka Track

Build Status

Exercism exercises in Babashka.

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

Setup

  • Babashka installation is described in the INSTALLATION document.
  • Setup instructions and example editor configurations can be found in the editors document.

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! 🎉

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.