My Long Term Vision for the D programming language

JN 666total at wp.pl
Wed Nov 17 20:36:10 UTC 2021


On Tuesday, 16 November 2021 at 21:00:48 UTC, Robert Schadek 
wrote:
> ### betterC
>
> betterC is, at best, a waste-by-product, if we have to use 
> betterC to write
> something for WASM, or anything significant, we might as well 
> start learning
> rust right now.
>

I think Zig will be a more powerful competitor in the future than 
Rust. Rust appeals more to C++ programmers, but Zig is targeting 
C programmers more. I've been looking at Zig lately, and I have 
to say I think it's a very interesting language. It has optional 
standard library and bring-your-own-allocator memory management 
design, which is very tempting for C folks who like to manage 
their own memory.


More information about the Digitalmars-d mailing list