From 7d29ea37ba1904c7963c649f9756888fe822d8b0 Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Thu, 14 Apr 2016 13:37:40 +0100 Subject: [PATCH] Added request for multidimensional arrays --- Feature-suggestions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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