1
Conway's Game of Life - a solution for GroovyQuiz.com. You can download all of the sources and an executable jar.
2
A possible implementation of the Sieve of Eratosthenes for generating prime numbers below some limit.
5
Generate prime numbers blow some limit using the Sieve of Eratosthenes algorithm. This snippet uses some object abstractions to simplify the algorithm.
5
Generate prime numbers below some limit. This snippet uses groovy categories to locate the appropriate methods in common classes.
2
Generate prime numbers below some limit. This snippet incorporates some DSL like keywords to describe the prime algorithm.
2
The tests for the Sieve of Eratosthenes snippets.
2
Answer to a groovier solution to Hamlet D'Arcy's Rot13 algorithm.
3
Answer to a groovier solution to Hamlet D'Arcy's Rot13 algorithm. This is the refactored version with less redundance.
1
WeatherMunger Kata 1 (not DRY)
1
WeatherMunger Kata 1 (not DRY)









