about summary refs log tree commit diff stats
path: root/prototypes/browse/18/README.md
blob: 51f9878a7882d2f729d4d037713767fcd760fe11 (plain) (blame)
1
2
3
4
5
6
7
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.