about summary refs log tree commit diff stats
path: root/prototypes/browse/18/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/18/README.md')
-rw-r--r--prototypes/browse/18/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/prototypes/browse/18/README.md b/prototypes/browse/18/README.md
new file mode 100644
index 00000000..51f9878a
--- /dev/null
+++ b/prototypes/browse/18/README.md
@@ -0,0 +1,8 @@
+Start fleshing out the previous prototype's plans into something working.
+
+We're back to just plain text without bold formatting. Let's get something
+like prototype 3 working with the new architecture. Since Mu still has no
+checks we need to move slowly.
+
+One issue with this architecture: I have separate checks for `next-char ==
+EOF` and `done-reading? fs`. I'm gonna tolerate that duplication for now.