Addition of feature ideas at end of page
This commit is contained in:
parent
12d373ba58
commit
6086b78db1
|
@ -17,3 +17,14 @@ could take these suggestions and approve or reject them
|
||||||
quickly).
|
quickly).
|
||||||
|
|
||||||
- A pastebin for nimrod on the Nimrod Homepage or somewhere else.
|
- 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue