Bad array indexing is considered deadly

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 1 12:51:34 PDT 2017


On 2017-06-01 21:20, Timon Gehr wrote:

> There is no such tool.

In this case, Erlang is a pretty good candidate. It's using green 
processes that are even more lightweight than fibers. You can have 
millions of these processes. All data is process local. If there's a 
corruption in one of the processes it cannot affect the other ones 
(unless there's a bug in the virtual machine). The major downside is 
that it's not D and it's a pretty crappy programming language.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list