DLangKoans icon indicating copy to clipboard operation
DLangKoans copied to clipboard

D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the D Programming Language

DLangKoans

The D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the D Programming Language

...work in progress...

SETUP:

  • clone or download this repository
  • install dub build manager https://code.dlang.org/download
  • enjoy

How it works:

  • execute dub
  • observe test errors
  • think and make the test pass
  • goto first step

TODO:

  • stop at first failed test ?

References:

  • The original! http://rubykoans.com
  • https://github.com/torbjoernk/CppKoans/
  • https://github.com/cdarwin/go-koans

Thanks to:

Ali Çehreli - Programming in D