A D vs. Rust example

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Fri Oct 21 12:11:13 UTC 2022


On Friday, 21 October 2022 at 11:54:59 UTC, Guillaume Piolat 
wrote:
> On Friday, 21 October 2022 at 10:16:10 UTC, Paulo Pinto wrote:
>> affine type systems have won for low level systems coding.
>
> Not sure it will be Rust though.

It is also not true. C/C++ are still completely dominating. 
Reactive systems are also done using special tools (functional 
style). Low level programming is not some narrow field that can 
be shoehorned into any singular dev environment.

> nature of allocation and logging. With an important difference 
> there, Odin apparently uses a fixed context, and Jai a custom 
> one where you can put anything.
>
> Now THAT is an interesting feature to have for embedded.

Implicit context pointers have been suggested for Carbon too. 
(hidden parameter to functions)



More information about the Digitalmars-d mailing list