Some readme elaboration, but mostly cons

This commit is contained in:
Ava Hahn 2023-03-09 16:03:06 -08:00
parent 928c9b91ed
commit 001e35755d
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
5 changed files with 31 additions and 29 deletions

View file

@ -301,8 +301,11 @@ This contains any executable target of this project. Notably the main shell file
Note: this section will not show the status of each item unless you are viewing it with a proper orgmode viewer.
Note: this section only tracks the state of incomplete TODO items. Having everything on here would be cluttered.
*** TODO append -> cons
*** TODO bool cast
*** TODO Quote function
*** TODO Eval function
*** TODO lambda
*** TODO Lex function
*** TODO Input function
*** TODO Load (load a script) function
@ -310,8 +313,7 @@ Pull/Refactor the logic out of the configure functions.
Optionally return a list of new variables and/or functions?
Will need a concatenate function for tables
*** TODO Main shell calls Load function on arg and exits
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO append -> cons
*** TODO FINISH DOCUMENTATION
*** TODO Shell module
**** TODO Support for single quoting string literals
**** TODO Args parsing helper
@ -320,15 +322,16 @@ Will need a concatenate function for tables
**** TODO Foreground process TTY
**** TODO Background processes
**** TODO Update config env var docstring with functions loaded or unloaded
*** TODO lambda
*** TODO bool cast
**** TODO ESSENTIAL: DOCUMENT POSIX MODULE
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO Rename to Flesh
*** TODO Create a dedicated community channel on matrix.sunnypup.io
*** TODO Post to relevant channels
*** TODO Custom ast pretty print
*** TODO file operations
**** TODO read-to-string
**** TODO write-to-file
*** TODO Rename to Flesh
*** TODO Pick through core/ast and make sure no unnessesary moves are happening
*** TODO Create a dedicated community channel on matrix.sunnypup.io
*** TODO Post to relevant channels
*** TODO Network library
**** TODO HTTP Client
**** TODO TCP Stream client
@ -336,4 +339,3 @@ Will need a concatenate function for tables
**** TODO TCP Listener
**** TODO HTTP Listener
**** TODO UDP Listener
*** TODO Custom ast pretty print