From 89a38c222042cad289a4ec6d74888d59aac59e7d Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Mon, 17 Oct 2022 02:02:31 -0400 Subject: [PATCH] Updated Road map --- README.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index db03e29..f502c6d 100644 --- a/README.org +++ b/README.org @@ -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