Skip to content

Latest commit

 

History

History

clojure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Gilded Rose

This is the Gilded Rose kata in Clojure.

Getting started

You'll need the clojure command-line tool.

Running app

Produces output suitable for texttests:

clojure -M:main

You can specify the number of days as args:

clojure -M:main 31

Running tests

To run all tests

clojure -M:test

To run all tests in watch mode

clojure -M:test --watch