| Exploratory programming, especially in an expression-driven language, would be much more fluid if the interpreter knew about readline support: building up a complex expression by successive modification is much more "learnable" than having to get it right from the start. Perhaps the mzscheme I am using is missing an optional readline module? |