D is our last hope

Dmitry Ponyatov dponyatov at gmail.com
Sun Nov 26 18:46:46 UTC 2023


> Is there really any other language than D that can replace C++ 
> and Rust?

It depends on what exactly you want to replace, and how large 
free computing resources you have to run JIT or incremental 
compilation into memory in runtime.

As an example, Julia was noted as a thing able to use compile&run 
model, with lot of code optimizations via LLVM.

Or maybe it can be not a language, but a large kit of top-level 
components for fast building of DSL compilers (something like 
metacompiler that provides a special language and tools for 
making arbitrary compilers).



More information about the Digitalmars-d mailing list