Status of multidimensional slicing

bearophile bearophileHUGS at lycos.com
Fri Mar 14 05:29:34 PDT 2014


Mason McGill:

> My concern is that this design may be ignoring some of the 
> lessons the SciPy community has learned over the past 10+ years.

Thank you for your help. An injection of experience is quite 
important here. Julia is far newer than D, and yet it has already 
a better design and more refined implementation in several things 
related to numerical computing.


> // So why shouldn't this work?
> auto range = 0..10;
> foreach (i; range) doScience(i);

People have suggested this lot of time ago, again and again. So I 
ask that question for Walter.

Bye,
bearophile


More information about the Digitalmars-d mailing list