mirror of https://github.com/rm-dr/daisy
1.0 KiB
1.0 KiB
Parser
- Should functions be operators?
- Binary, hex, octal numbers
General
- Better tests (assignment, many expressions in one context)
- Optional config file
- Optional history file
- Package for debian, nix
- Non-recursive treeify
- Faster factorial function. Maybe use gamma instead?
- Arbitrary precision floats
- we don't need vectors as arguments to operators
Math Features
- Mean, Median, Min
- Arbitrary base logarithm
- Complex numbers
- acot/acoth functions
- Sums and products with functional arguments
- Add functions: gcd, inverse mod, dice
- Tuple operations
- Number theory: select a group, inverses, etc
- Negative mod
Prompt
- Fix terminal color detection
- Live syntax/output (like firefox js terminal)
- Syntax highlighting
- Numbered history recall
- Enable/disable unit sets (defaults?)
- Consistent unit ordering
Units
- long prefixes (megatonne, etc)
- HMS for degrees
- Exact radians, using pi constant?
- Odd units: flops, lumen, lux, bel
- Command to list units