Hacker News new | ask | show | jobs
by thinkpad20 4384 days ago
> Without this features it is pretty much impossible to approach Fortran like speeds and expressivness in array operations in C++.

Fortran is strict, though, is it not?

1 comments

Fortran has some built-in array operations that are tricky to implement in C. I think srean is saying that lazyness would help do that.