D Language Foundation
D Language Foundation is participating in GSoC 2025. View the ideas list and the contribution guide for this organization.
Write fast, read fast, and run fast.

Category

Programming languages

Years

Technologies

c++dlanglinuxosxwindowsbsdmakedC\C++

Topics

compilersprogramming languagesfunctional programmingweb programmingobject-oriented programmingsystem programmingoperating systemsalgorithmsdata structuresoptimizations
Past Projects
Reference-Counted Data Structures for D
lesderid
Currently, D’s built-in data structures (arrays and associative arrays) and Phobos collections (e.g. std.container.rbtree) rely on garbage...
Dataframes for D
Prateek Nayak
This project aims at bringing native dataframes to D Programming Language. The main task would be to implement a dataframe which supports...
Header generation for C/C++
Eduard Staniloiu
Automated C/C++ header generation from D files
Replace Runtime Hooks with Templates
Dan Printzell
D’s betterC mode is an important tool to be able to use D on bare-metal and embedded platforms. By disabling, for example the class support, the...
Independency of D from the C Standard Library
Stefanos Baziotis
An effort to decouple D from the C standard library.