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
- Host: GitHub
- URL: https://github.com/ilmanzo/DLangKoans
- Owner: ilmanzo
- Created: 2014-10-13T21:29:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T06:32:00.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:19:23.915Z (9 months ago)
- Topics: d, dub, hacktoberfest, programming-language-koans
- Language: D
- Homepage:
- Size: 2.49 MB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-by-example - DLangKoans: An educational unit test suite for the D Programming Language
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
- enjoyHow it works:
------------
- execute dub
- observe test errors
- think and make the test pass
- goto first stepTODO:
----
- stop at first failed test ?
References:
-----------
- The original! http://rubykoans.com
- https://github.com/torbjoernk/CppKoans/
- https://github.com/cdarwin/go-koansThanks to:
-----------
[Ali Çehreli - Programming in D](http://ddili.org/ders/d.en/index.html)