Re: Anthropic’s Restraint Is a Terrifying Warning Sign

Walter Bright newshound2 at digitalmars.com
Wed Apr 22 20:04:46 UTC 2026


On 4/8/2026 3:23 AM, Sergey wrote:
> On Wednesday, 8 April 2026 at 10:09:59 UTC, twkrimm wrote:
>> I am wondering if D code safety could make it the prominent programming 
>> language in the future.
> 
> How does this relate to D?


D is memory safe if you stick to @safe code. But that doesn't mean code cannot 
have vulnerabilities. Vulnerabilities can creep in by using a buggy DLL. SQL 
injection attacks are not the result of memory unsafety.


More information about the Digitalmars-d mailing list