Updated Road map
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joe Bellus 2022-10-17 02:02:31 -04:00
parent 3c3d43034f
commit 89a38c2220
1 changed files with 11 additions and 2 deletions

View File

@ -52,9 +52,11 @@ cargo run
* Project Status
Abacus is currently in early development. It employs a custom built editor which can be slightly odd at times. A primary focus currently is improving the editing experience and adding additional scripting functionality.
** Road map
** The road to 1.0
Features actively slated before a non beta release.
- +Editor basics+
- +Scripting basics - Scripting functionality provided by extending the Rhai scripting language+
@ -63,7 +65,14 @@ Abacus is currently in early development. It employs a custom built editor which
- Editor improvements - Improve editor to mirror basic VIM functionality and fix text/cursor related bugs
- Math functions - Implement common mathmatical functions and constants into the scripting language
- Dataframe performance - Reduce the performance cost of converting from the scripting engine to polars
- Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
** Beyond
Features and improvements that would be nice to implement, but are not being actively persued yet.
- Web/JSON support - Add HTTP requesting functionality and JSON parsing/processing to the scripting engine
- Function plotting implemented in scripting and output rendering
- Charts and Graphs implemented in scripting and output rendering
- User provided module importing
* Shoulders of giants