dpp

Directly include C headers in D source code (by atilaneves)

Dpp Alternatives

Similar projects and alternatives to dpp

  1. zig

    875 dpp VS zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. llvm-project

    402 dpp VS llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  4. wg-allocators

    Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!

  5. JITWatch

    12 dpp VS JITWatch

    Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

  6. rules_rust

    11 dpp VS rules_rust

    Rust rules for Bazel

  7. automem

    C++-style automatic memory management smart pointers for D

  8. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  9. LWDR

    Discontinued LightWeight D Runtime targeting ARM Cortex CPUs

  10. ldc

    10 dpp VS ldc

    The LLVM-based D Compiler.

  11. reggae

    2 dpp VS reggae

    Build system in D, Python, Ruby, Javascript or Lua

  12. DaNode

    Small and flexible web server written using the D 2.0 language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dpp alternative or higher similarity.

dpp discussion

Log in or Post with

dpp reviews and mentions

Posts with mentions or reviews of dpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-24.
  • Just a reminder that D is awesome.
    1 project | /r/d_language | 10 Jan 2023
    do you know dpp ? https://github.com/atilaneves/dpp
  • Fourth failure of trying to use D
    1 project | /r/d_language | 16 Oct 2022
    give https://github.com/atilaneves/dpp a try ... I made it work and I'm not very literate in C
  • D 2.096.0 Released and Other News
    2 projects | news.ycombinator.com | 24 Mar 2021
    Which is capable of directly linking + invoking most C++ things (except constructors/destructors, it can't handle those, you need a function which calls the constructor from within C++) just given a type definition.

    Then you have "d++", which lets you "#include" C/C++ headers. Under the hood tries to run an automatic syntax conversion. It can't handle but for simple code it works and can spit out the equivalent D.

    https://github.com/atilaneves/dpp

    Also you've got "dstep", which is "A tool for converting C and Objective-C headers to D modules"

    https://github.com/jacob-carlborg/dstep

    And finally you have the somewhat abandoned (but as far as I know mostly functional) Calypso, which is a fork of the LLVM-based D compiler that supports direct interop with C++. It's a pain to build though, haven't gotten around to trying to build it, but it does look wicked cool:

    https://github.com/Syniurge/Calypso

        pragma (cppmap, "cppheader.h");  // tells Clang to parse cppheader.h but do not import anything
  • Dpp: Include C headers directly into D programs
    1 project | news.ycombinator.com | 23 Feb 2021
  • Why Zig When There Is Already C++ and Rust?
    10 projects | news.ycombinator.com | 15 Jan 2021
    dpp* can't do function definitions yet but for declarations it's as easy as #including a C header file natively.

    * https://github.com/atilaneves/dpp

  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 27 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic dpp repo stats
5
236
6.6
11 months ago

atilaneves/dpp is an open source project licensed under gtkbook License which is not an OSI approved license.

The primary programming language of dpp is D.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com