From 7e9e01f365a56277d2380274d9d3a757689cff5e Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Thu, 24 May 2018 21:44:19 +0200 Subject: [PATCH] Updated Feature suggestions (markdown) --- Feature-suggestions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index 7f0abab..48485ba 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -64,4 +64,6 @@ would initialize all elements of x to -1 - 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. - - [Arraymancer](https://github.com/mratsim/Arraymancer) \ No newline at end of file + - [Arraymancer](https://github.com/mratsim/Arraymancer) + +- Either a stable 1.0 release or a stable subset with a guarantee of no breaking changes. \ No newline at end of file