record my hopes and dreams into the readme

This commit is contained in:
Ava Apples Affine 2023-03-31 11:53:04 -07:00
parent d11545bc31
commit ba38fbde04
Signed by: affine
GPG key ID: 3A4645B8CF806069

View file

@ -536,13 +536,17 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- store in repo after giving presentation - store in repo after giving presentation
** TODO alpha tasks ** TODO alpha tasks
- TYPE SYSTEM HAS NO CTR::NONE
- SEG USES Option() AND IF POSSIBLE NO BOX (maybe strings or symbols or numbers are boxed instead?)
- Write next_has member function for &Seg and simplify stdlib and probably also eval/sym - Write next_has member function for &Seg and simplify stdlib and probably also eval/sym
- Rename to Flesh
- Can pass args to relish scripts (via interpreter) - Can pass args to relish scripts (via interpreter)
- Can pass args to relish scripts (via command line) - Can pass args to relish scripts (via command line)
- History length configurable - History length configurable
- Search delim configurable - Search delim configurable
- Rename to Flesh
- master branch -> main branch - master branch -> main branch
- squash top of main and keep pre-alpha history in a historical branch
- delete snippets/legacy too
- Create a dedicated community channel on matrix.sunnypup.io - Create a dedicated community channel on matrix.sunnypup.io
- get type function - get type function
- Lex function - Lex function
@ -569,3 +573,4 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- TCP Listener - TCP Listener
- HTTP Listener - HTTP Listener
- UDP Listener - UDP Listener
- Bindings for the simplest possible UI library