Added request for multidimensional arrays
This commit is contained in:
parent
89948262e6
commit
7d29ea37ba
|
@ -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
|
||||
- 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.
|
Loading…
Reference in New Issue