diff --git a/Feature-suggestions.md b/Feature-suggestions.md index 42fb88e..96c9b2e 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -17,3 +17,14 @@ could take these suggestions and approve or reject them quickly). - A pastebin for nimrod on the Nimrod Homepage or somewhere else. + +- 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) + +- vector and matrix maths (or include a port of an existing library) + +- include a do while loop (or equivalent) + +- % formating extended to include math precision (like provided by formatFloat, but in a concise % syntax way) +