(no title)
dccsillag | 1 year ago
(In the past, there were more legitimate concerns on the ease of implementation. Nowadays, as the article points out, they are pretty moot, other than having to keep backwards-compatibility.)
I'm also rather bothered that on the bit on const execution in the article, there was no discussion on how to deal with functions that may not terminate or take rather long to execute. Especially considering the unit tests motivation, this seems like a rather blaring omission.
WalterBright|1 year ago
> how to deal with functions that may not terminate or take rather long to execute
Control-C, the same as when running any executable that shouldn't be taking that long. It doesn't solve the halting problem :-/
UncleEntity|1 year ago