Iterators and Ranges: Comparing C++ to D to Rust

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Tue Jun 15 11:12:09 UTC 2021


On Tuesday, 15 June 2021 at 10:53:20 UTC, Paulo Pinto wrote:
> +1 We already have enough languages where performance trumps 
> safety.

This is close to impossible to achieve because of aliasing.

Then you need to prove that there is no aliasing on a GLOBAL 
level.

That is totally out of scope for a language like D.




More information about the Digitalmars-d mailing list