project-ideas icon indicating copy to clipboard operation
project-ideas copied to clipboard

Collection of impactful projects in the D ecosystem

Results 71 project-ideas issues
Sort by recently updated
recently updated
newest added

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and...

project idea

## Description Building DMD releases is a complicated process that at the moment only a single member of the D community understands fully. This has led to the problem that...

core infrastructure

## Description SonarQube is a tool to manage check (DScanner) and test results (Unittests & Code Coverage). Found issues can be assigned to users and can be tracked. Additional metrics...

There is an ongoing effort to reduce the reliance of Phobos on the GC but the GC is not going anywhere given that it has many advantages over manual memory...

project idea

## Description Currently most D repositories require build tools that are specific to flavors of Unix, and those tools are not portable to all platforms that D supports. For Windows...

## Description The packages in std.experimental are stuck in some limbo state. We need to find a way forward for them. And make sure not to end up in the...

phobos

The GDC compiles uses GCC as a backend to utilize this powerful backend. Recently, GDC [has been accepted as GCC frontend](https://www.phoronix.com/scan.php?page=news_item&px=GCC-9-Merges-D-Language) and will be part of the GCC9 release. However,...

project idea

## Description [DIP1008](https://github.com/dlang/DIPs/blob/master/DIPs/DIP1008.md) allows allocating and catching exceptions in @nogc code. ## What are rough milestones of this project? - Make Druntime and Phobos compile with `-preview=dip1008` - Make all...

leadership vision

## Description The Vibe.d framework would benefit from improved documentation regarding the usage of its asynchronous API. This could be used to integrate the existing documentation and help new users...

project idea

The Mir project is developing numerical libraries for the upcoming numeric packages of the Dlang standard library. The are numerous projects an interested student could pursue: - University project. Your...

project idea