daisy/TODO.md

69 lines
1.7 KiB
Markdown
Raw Normal View History

2023-06-13 09:17:57 -07:00
- Constant definitions
- Reference previous results
2023-06-12 15:01:49 -07:00
- Minimize parenthesis when printing expressions
2023-06-11 16:45:36 -07:00
- Sane autoconversion (mi + km)
2023-06-13 09:17:57 -07:00
2023-06-11 13:53:53 -07:00
2023-04-06 10:39:36 -07:00
## Pre-release
2023-06-07 15:23:50 -07:00
- Commands to list constants, units, and substitutions
2023-04-06 10:39:36 -07:00
- Documentation (usage)
- Documentation (comments)
2023-06-11 16:45:36 -07:00
- Print with highlighting
2023-06-14 09:25:19 -07:00
- Cleanup tests
- Test commands
- Test functions (nounit, tobase)
2023-04-06 10:49:37 -07:00
- Releases
2023-06-13 09:17:57 -07:00
2023-04-06 10:39:36 -07:00
## General
2023-06-13 09:17:57 -07:00
- Optional config file
- Optional history file
2023-04-06 10:39:36 -07:00
- Compile to WASM, publish a webapp
2023-06-11 16:45:36 -07:00
- CLI Options: evaluate, disable replacement, disable special characters
2023-04-07 09:42:50 -07:00
- Trigonometry & function tests
2023-06-11 16:45:36 -07:00
- vhs demo
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)
2023-04-10 18:53:22 -07:00
- Backend-independent colorful printing
2023-04-06 10:39:36 -07:00
## Math Features
2023-06-07 15:23:50 -07:00
- Variable definitions (list and delete commands)
2023-04-06 10:39:36 -07:00
- Function definitions
- 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
2023-06-07 15:23:50 -07:00
- Unit info command
2023-06-11 13:53:53 -07:00
- Constant info command
2023-04-06 10:39:36 -07:00
## 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
2023-04-13 14:10:53 -07:00
- Numbered expressions, history recall
2023-06-07 15:23:50 -07:00
- Better power printing
2023-06-13 09:17:57 -07:00
- Color configuration
2023-06-11 16:52:23 -07:00
- Show base units on error
2023-06-11 16:45:36 -07:00
2023-06-13 09:12:50 -07:00
## Units
2023-06-13 21:24:04 -07:00
- long prefixes (megatonne, etc)
2023-06-14 08:42:10 -07:00
- Unit order h\*kW vs kW\*h
2023-06-13 09:12:50 -07:00
- Print units with powers instead of /
- HMS for degrees
- Exact radians, using pi constant?
- Weird units: flops, lumen, lux, bel
2023-06-11 16:45:36 -07:00
## Bonus
- Plural unit names
- Manpage