Author: vandyswavandyswa Date: May 19, 2007 08:57
On May 17, 5:43 pm, Jean-François Michaud comcast.net> wrote:
> By reducing the amount of text in blocks, we are able to fall on
> single digits (1-8 lines) which opens the door to immediate execution
> on every keystroke.
But you've so far only solved half the problem--what about movement
*within* the line? Have you considered limiting lines to 8
characters, so you can reach any position with a pair of keystrokes?
This makes Forth blocks 64 bytes, which means you can store 8 of them
in what used to be a single, wasteful 512 byte block.
(tongue in cheek)
Andy Valencia
|