An open API service indexing awesome lists of open source software.

https://github.com/ilmanzo/DLangKoans

D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the D Programming Language
https://github.com/ilmanzo/DLangKoans

d dub hacktoberfest programming-language-koans

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

DLangKoans
==========

The D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the [D Programming Language](https://dlang.org)

...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](http://ddili.org/ders/d.en/index.html)