GildedRose-Refactoring-Kata/scheme
2018-12-03 22:45:26 +01:00
..
assert.scm Adds foo test with minimal assertion library. 2018-12-03 21:15:20 +01:00
gilded-rose-test.scm Adds foo test with minimal assertion library. 2018-12-03 21:15:20 +01:00
gilded-rose.scm Fixes bug in Scheme version, not deeply nested enough. 2018-12-03 22:45:26 +01:00
README.md Documents Scheme port how to run and test. 2018-12-03 21:23:06 +01:00
texttest-fixture.scm Rename texttest fixture, fix type in name. 2018-12-03 21:16:10 +01:00

Scheme port of the Gilded-Rose Kata

This is a (Gambit) R5RS Scheme port of the Gilded-Rose-Kata.

Building and Running

gsi texttest-fixture.scm

Unit Test

assert.scm is a minimalist implementation of xUnit in Scheme style. There are two assertions available, e.g. (assert=) and (assert-string=).

gsi gilded-rose-test.scm