Addition of feature ideas at end of page

This commit is contained in:
jlp765 2013-08-04 20:29:55 -07:00
parent 12d373ba58
commit 6086b78db1
1 changed files with 11 additions and 0 deletions

View File

@ -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)