From caa3674954bb4da1bdfe7722f6cd9c4ed17db9c6 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Wed, 13 Dec 2017 14:06:21 +0300 Subject: [PATCH] Updated Feature suggestions (markdown) --- Feature-suggestions.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index a137dd1..c6fa010 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -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) +- echo automatically handle simple display of sequences (similar to repr) -- vector and matrix maths (or include a port of an existing library) - - [basic2d](http://nim-lang.org/docs/basic2d.html) - - [basic3d](http://nim-lang.org/docs/basic3d.html) +- vector and matrix maths (or include a port of an existing library) + - [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)