D
Links
- DMD - Reference compiler for the D programming language.
- Things that Matter - Scott Meyers (2017)
- D is so great, but why isn't it more popular (2020)
- Is D a permanent construction site? (2020)
- Better C – A subset of D Programming Language (HN)
- Ask HN: Why do you use Rust, when D is available? (2020)
- Porting a Golang and Rust CLI tool to D (2020)
- D Tetris running on Webassembly (2020)
- D Improvement Proposals
- Hunt - Refined core library for D programming language.
- DConf 2020
- DLangKoans
- Creating Tiny Executables in D (2020)
- D: The Functional Programming Language Nobody is Talking About - Robert Schadek (2020)
- Idioms for the D Programming Language (HN)
- Organizations Using the D Language (HN)
- Interactive tour of the D Programming Language
- PyD - Interoperability between Python and D.
- DRuntime - Low level runtime library for the D programming language.
- Phobos - Standard library of the D programming language.
- LWDR - LightWeight D Runtime targeting ARM Cortex CPUs.
- Spasm - Write single page applications in D that compile to WebAssembly.
- dub - Package and build management system for D.
- dlib - Allocators, I/O streams, math, geometry, image and audio processing for D.
- Comparison of D vs Nim
- Why I Like D (2022) (HN)
- Compile-Time Sort in D (2017) (HN)
- Using the GCC Static Analyzer on the D Programming Language (2022)
- Inochi2D - Library for real time 2D puppet animation and the reference implementation of the Inochi2D Puppet standard.
- LDC - LLVM-based D Compiler.
- Let's learn D game programming development (HN) (Code)
- Your next C compiler is a D compiler (2022)
- Introduction to D language (2022) (HN)
- Why is D's garbage collection slower than Go's? (HN)
- Porting 58000 lines of D and C++ to jai, Part 0: Why and How (2022) (HN)
- Programming in D Book
- Beautiful Binary Search in D (2023) (HN)