Updated Feature suggestions (markdown)

This commit is contained in:
Daniil Yarancev 2017-12-13 14:06:21 +03:00
parent c1b3db76d6
commit caa3674954
1 changed files with 5 additions and 4 deletions

View File

@ -23,11 +23,12 @@ quickly).
- Allow multiple ranges (eg 1..3,5..8), handle reverse ranges (eg 5..1, 3.. -3)
- echo automatically handle simple display of sequences (similar to repr)
- <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>
- [basic2d](http://nim-lang.org/docs/basic2d.html)
- [basic3d](http://nim-lang.org/docs/basic3d.html)
- <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)
- include a do while loop (or equivalent)