DMD 2.100, bring ont he attribute soup

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Fri May 27 06:33:02 UTC 2022


On Friday, 27 May 2022 at 05:06:54 UTC, Walter Bright wrote:
> Rust is famous for forcing programmers to not just recode their 
> programs, but redesign them from the ground up. How they 
> managed to sell that is amazing.

They sold it to a small percentage of devs. That is sufficient 
since Rust is the only wellknown language with a borrow checker.

Rust is not a good language for most devs, the ones Rust is good 
for are already using it.

Go instead with optimization hints and checks on that, with 
static analysis that tells the programmer what has to be changed 
to get better performance.

A good type system cannot easily be evolved. It has to be built, 
bottom up, on a theoretical foundation. This is why the @live 
approach is unlikely to succeed.




More information about the Digitalmars-d mailing list