daisy/TODO.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

2023-04-06 10:39:36 -07:00
# TODO
Roadmap for fixes and features.
## Pre-release
- Commands (help, clear, reset, quit, list constants, list units)
- Documentation (usage)
- Documentation (comments)
2023-04-08 20:48:55 -07:00
- Unit conversion, more units, better printing
- Unit tests
2023-04-10 12:48:49 -07:00
- Fix unit power
2023-04-08 20:48:55 -07:00
- Better unit powers
2023-04-10 14:02:21 -07:00
- Catch errors when units incompatible
2023-04-06 10:49:37 -07:00
- Releases
2023-04-06 10:39:36 -07:00
## General
- CLI Options: version, help, evaluate
- Compile to WASM, publish a webapp
2023-04-07 09:42:50 -07:00
- Trigonometry & function tests
2023-04-06 10:39:36 -07:00
- Manpage
2023-04-07 11:42:44 -07:00
- Better print parens
2023-04-06 10:39:36 -07:00
## Internals
- Non-recursive treeify
- Faster factorial function. Maybe use gamma instead?
2023-04-07 18:17:08 -07:00
- Remove extra calls to `.clone()` in quantity module
2023-04-06 10:39:36 -07:00
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
## Math Features
- Config file
- History to file
- Reference previous results
- Variable definitions
- Function definitions
- Units
- Dice
- Mean, Median, Min, Max: arrays and multi-argument functions
- Arbitrary base logarithm
- Derivatives
- CAS features (trig, roots and powers)
- Complex numbers
- acot/acoth functions
- Binary, hex, octal numbers
- Extra roots? (for convenience)
- Sums and products
- "per" as division?
## Prompt
- Live syntax/output (like firefox js terminal)
2023-04-10 12:48:49 -07:00
- Syntax highlight input and output
2023-04-06 10:39:36 -07:00
- fish-style tab completion
- Numbered expressions, history recall