DLangKoans

所属分类:编程语言基础
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2023-10-02 06:32:00
上 传 者sh-1993
说明:  D程序设计语言Koans。灵感来自RubyKoans、CppKoans和GoKoans;D编程语言的教育单元测试套件,
(D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the D Programming Language,)

文件列表:
dscanner.ini (6648, 2023-10-01)
dub.json (345, 2023-10-01)
dub.selections.json (111, 2023-10-01)
scripts/ (0, 2023-10-01)
scripts/runner_linux.sh (125, 2023-10-01)
scripts/runner_osx.sh (161, 2023-10-01)
source/ (0, 2023-10-01)
source/00_about_empty_template.d (231, 2023-10-01)
source/01_about_basics.d (843, 2023-10-01)
source/02_about_numbers.d (1106, 2023-10-01)
source/03_about_chars.d (890, 2023-10-01)
source/04_about_strings.d (1365, 2023-10-01)
source/05_about_bitwise_operators.d (611, 2023-10-01)
source/06_about_enum.d (379, 2023-10-01)
source/07_about_arrays.d (1578, 2023-10-01)
source/08_about_associative_arrays.d (1560, 2023-10-01)
source/09_about_foreach.d (1039, 2023-10-01)
source/10_about_structs.d (860, 2023-10-01)
source/11_about_unions.d (454, 2023-10-01)
source/12_about_function_parameters.d (1486, 2023-10-01)
source/13_about_classes.d (1402, 2023-10-01)
source/14_about_properties.d (545, 2023-10-01)
source/15_about_pointers.d (233, 2023-10-01)
source/16_about_exceptions.d (1025, 2023-10-01)
source/17_about_ctfe.d (949, 2023-10-01)
source/18_about_files.d (860, 2023-10-01)
source/19_about_templates.d (472, 2023-10-01)
source/20_about_mixins.d (1022, 2023-10-01)
source/21_about_tuples.d (1270, 2023-10-01)
source/22_about_traits.d (620, 2023-10-01)
source/23_about_delegates.d (2096, 2023-10-01)
source/24_about_c_interop.d (1028, 2023-10-01)
source/25_about_alias_this.d (975, 2023-10-01)
source/26_about_operator_overloading.d (904, 2023-10-01)
source/27_about_lambda_syntax.d (1433, 2023-10-01)
source/28_about_concurrency.d (1452, 2023-10-01)
... ...

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)

近期下载者

相关文件


收藏者