Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```