All Projects → exercism → d

exercism / d

Licence: MIT License
Exercism exercises in D.

Programming Languages

d
599 projects
shell
77523 projects

Projects that are alternatives of or similar to d

Kotlin
Exercism exercises in Kotlin.
Stars: ✭ 128 (+814.29%)
Mutual labels:  exercism-track
pony
Exercism exercises in Pony.
Stars: ✭ 34 (+142.86%)
Mutual labels:  exercism-track
x86-64-assembly
Exercism exercises in x86-64 Assembly.
Stars: ✭ 19 (+35.71%)
Mutual labels:  exercism-track
Csharp
Exercism exercises in C#.
Stars: ✭ 169 (+1107.14%)
Mutual labels:  exercism-track
raku
Exercism exercises in Raku
Stars: ✭ 19 (+35.71%)
Mutual labels:  exercism-track
clojure
Exercism exercises in Clojure.
Stars: ✭ 125 (+792.86%)
Mutual labels:  exercism-track
Php
Exercism exercises in PHP.
Stars: ✭ 100 (+614.29%)
Mutual labels:  exercism-track
nim
Exercism exercises in Nim.
Stars: ✭ 43 (+207.14%)
Mutual labels:  exercism-track
mips
Exercism exercises in MIPS Assembly.
Stars: ✭ 19 (+35.71%)
Mutual labels:  exercism-track
emacs-lisp
Exercism exercises in Emacs Lisp.
Stars: ✭ 40 (+185.71%)
Mutual labels:  exercism-track
C
Exercism exercises in C.
Stars: ✭ 177 (+1164.29%)
Mutual labels:  exercism-track
dart
Exercism exercises in Dart.
Stars: ✭ 43 (+207.14%)
Mutual labels:  exercism-track
vimscript
Exercism exercises in Vim script.
Stars: ✭ 19 (+35.71%)
Mutual labels:  exercism-track
Cpp
Exercism exercises in C++.
Stars: ✭ 156 (+1014.29%)
Mutual labels:  exercism-track
babashka
Exercism exercises in Babashka.
Stars: ✭ 12 (-14.29%)
Mutual labels:  exercism-track
Erlang
Exercism exercises in Erlang.
Stars: ✭ 105 (+650%)
Mutual labels:  exercism-track
swift
Exercism exercises in Swift.
Stars: ✭ 89 (+535.71%)
Mutual labels:  exercism-track
coq
Exercism exercises in Coq.
Stars: ✭ 15 (+7.14%)
Mutual labels:  exercism-track
plsql
Exercism exercises in PL/SQL.
Stars: ✭ 22 (+57.14%)
Mutual labels:  exercism-track
sml
Exercism exercises in Standard ML.
Stars: ✭ 21 (+50%)
Mutual labels:  exercism-track

Exercism D Track

Tests GitHub issues GitHub forks GitHub license

Exercism exercises in the D Programming Language

Filenames

Each exercise is identified by a slug. The slug is all lower-case, and if it is multiple words, it is hyphenated.

E.g. circular-buffer.

The following conventions are used when adding a new exercise:

  • Name the directory $SLUG
  • Place the tests in source/$SLUG.d, replacing hyphens with underscores.
  • Place the example solution in example/$SLUG.d, replacing hyphens with underscores.
  • Add a file named dub.sdl with two lines: name "$SLUG" and buildRequirements "disallowDeprecations".

E.g.

$ tree exercises/circular-buffer
exercises/circular-buffer/
├── dub.sdl
├── source
│   └── circular_buffer.d
└── example
    └── circular_buffer.d

2 directories, 3 files

Contributing

If you're having trouble getting this project set up locally, please open an issue and we'll help you get it sorted (and then see about improving the documentation).

There is useful Exercism-wide documentation about contributing to language tracks in the exercism/docs repository.

D icon

The D "Digital Mars" logo is owned by Digital Mars, Inc. Digital Mars, Inc. allows anyone to use, modify and redistribute the logo provided that the copyright holder is properly attributed. The original image is part of the D programming language "dlang.org" source repository, released under version 1.0 of the Boost Software License. We have modified the image, changing the colour scheme, to create the D icon for Exercism.

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].