All Projects → cjudd → Groovy_koans

cjudd / Groovy_koans

A set of Koans to teach the Groovy language

Programming Languages

groovy
2714 projects

Groovy Koans is a set of Koans (http://en.wikipedia.org/wiki/K%C5%8Dan) which utilized unit tests to teach the Groovy language, API and idioms.

Instructions:

To learn or get a better understanding of Groovy, run the koans and fix the tests that intentionally fail. Unless otherwise indicated, replace __ with the value expected by the assert.

Depdendencies:

Getting Started:

  1. Either clone the git://github.com/cjudd/groovy_koans.git repository or download and uncompress the source from http://github.com/cjudd/groovy_koans/archives/master.
  2. cd into the groovy_koans directory.
  3. run 'groovy AllKoans.groovy'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].