Updated Feature suggestions (markdown)

This commit is contained in:
narimiran 2018-04-05 15:21:28 +02:00
parent 3a025c51ab
commit 2405f87fd6
1 changed files with 8 additions and 6 deletions

View File

@ -26,13 +26,14 @@ quickly).
- <del>echo automatically handle simple display of sequences (similar to repr)</del>
- <del>vector and matrix maths (or include a port of an existing library)</del>
- [nim-glm](https://github.com/stavenko/nim-glm)
- [Arraymancer](https://github.com/mratsim/Arraymancer)
- [neo](https://github.com/unicredit/neo)
- [nim-glm](https://github.com/stavenko/nim-glm)
- [Arraymancer](https://github.com/mratsim/Arraymancer)
- [neo](https://github.com/unicredit/neo)
- include a do while loop (or equivalent)
- % formating extended to include math precision (like provided by formatFloat, but in a concise % syntax way)
- <del>% formating extended to include math precision (like provided by formatFloat, but in a concise % syntax way)</del>
- [strformat](https://nim-lang.org/docs/strformat.html)
- easier sorting, that doesn't need wrestling with types.
@ -60,6 +61,7 @@ would initialize all elements of x to -1
- 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
- <del>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.
programming, but the lack of multidimensional arrays is a deal-breaker.</del>
- [Arraymancer](https://github.com/mratsim/Arraymancer)