diff --git a/Feature-suggestions.md b/Feature-suggestions.md index 4c14807..551a5d6 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -50,4 +50,8 @@ would initialize all elements of x to -1 - Nim documentation provided as .epub (tutorials + manual) -- Missing features from C++/D template (generics in Nim) system, eg variadic generics and generic generic parameters \ No newline at end of file +- Missing features from C++/D template (generics in Nim) system, eg variadic generics and generic generic parameters + +- Multidimensional arrays, with array slicing, striding, masking, etc. Something along the lines of arrays + in Fortran or, better yet, Numpy arrays in Python would be great. Nim has great potential for scientific + programming, but the lack of multidimensional arrays is a deal-breaker. \ No newline at end of file