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

## Description The search feature on code.dlang.org often fails to return relevant results for the user's query. - [Packages whose names include the search term as a substring are not...

## Description Now that DMD and druntime are in the same repository and DMD-as-a-library is taking shape, it should be possible to expose CTFE for use at runtime through druntime....

## Description * Implement toolchain libraries for working with WebAssmebly: * Assembling [WAT / WAST](https://webassembly.github.io/spec/core/text/index.html) (WebAssembly Text format) files to [WASM](https://webassembly.github.io/spec/core/binary/index.html) (WebAssembly Binary format) * Disassembling WASM to WAT/WAST *...

industry
dmd
druntime

## Description [dfix](https://github.com/dlang-community/dfix) is a tool to automatically upgrade code to new features. It uses [libdparse](https://github.com/dlang-community/libdparse) - a third party implementation of a D lexer+parser - to obtain an AST...

saoc

## Description Right now rust_interop_d: https://code.dlang.org/packages/rust_interop_d only have: -- DashMap -- SegQueue It will greatly benefit D if we can add more high performance Rust libraries from: https://crates.io/ ## What...

## Description I frequently use D to target some highly unusual platforms. Most recently, I've managed to compile a hello world for the NES console, with its 6502 CPU! Previously,...

## Description Currently, when building code with static ctors/dtors, the compiler sticks all module infos into a common section, which the linker then concatenates together. The runtime then fetches those...

## Description Once a partic ular feature is deprecated, tested projects that are using that feature are still going to successfully pass the testing pipeline - buildkite in our case....

saoc

[BetterC](https://dlang.org/blog/2017/08/23/d-as-a-better-c) is a subset of D which limits the feature set of D, s.t. it\'s even easier to migrate from C as no Garbage Collection (GC) is used anymore. While,...

project idea
dmd
druntime