Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwille/bowling-game-kata-in-clojure
Uncle Bob' Bowling Game kata in Clojure
https://github.com/stefanwille/bowling-game-kata-in-clojure
clojure kata tdd
Last synced: 4 days ago
JSON representation
Uncle Bob' Bowling Game kata in Clojure
- Host: GitHub
- URL: https://github.com/stefanwille/bowling-game-kata-in-clojure
- Owner: stefanwille
- License: epl-2.0
- Created: 2019-07-06T12:43:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T12:51:40.000Z (over 5 years ago)
- Last Synced: 2024-12-12T06:47:39.463Z (2 months ago)
- Topics: clojure, kata, tdd
- Language: Clojure
- Homepage: http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bowling Game Kata in Clojure
Uncle Bob' Bowling Game Kata: http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata
Clojure: https://clojure.org/
All code is in `test/bowlinggamekata/core_test.clj`.
## Usage
Run with
```
$ lein test
```or
```
$ lein auto test
```