A D vs. Rust example

Guillaume Piolat first.last at spam.org
Fri Oct 21 11:54:59 UTC 2022


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.

In the new native language camp, Jai and Odin makes use of 
Scala-like "context" pointer passed to each function to pass 
around an allocator, a logger... being true to the monadic 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.


More information about the Digitalmars-d mailing list