31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
What features would you like to see in Nimrod or the Nimrod Ecosystem:
|
|
|
|
- gem like functionality (gem install sinatra)
|
|
|
|
nimrod install jester
|
|
nimrod install aporia
|
|
|
|
This would allow users to download and install addons in a
|
|
convenient and reproducible way.
|
|
|
|
- A cookbook site similar to Python, where users can share code,
|
|
mostly snippets. Driven by normal users rather by experts-only.
|
|
|
|
- A wiki functionality for parts of the documentation so that
|
|
users could update the documentation in a simple way (and Araq
|
|
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)
|
|
|