I can't seem to find a Snow library for unit tests.
I'm new to Scheme (work with Java although I have non-paid experience with a bunch of functional languages), so I'm a bit lost.
- is this just because Snow is new? - are unit tests not that common in the Scheme world? (context: in Java they are pretty much de rigeur) - is there some other way of doing tests?
I googled for "scheme unit tests" but didn't find anything that looked like "the" standard library. Am I expecting too much in the way of canonical libraries?
Sorry for all the questions - trying to get oriented.
Thanks, Andrew
PS Using Gambit with Emacs, if that makes any difference.