Provides classes that provide TTY-like (EMACS shell mode like) interaction to Java applications.
The class Interactor provides a Jscheme interactor that is useful for poking around Java applications, such as during debugging.
This is a TextArea that creates a Reader and Writer, that can be used (via getReader(), getWriter()) to interact with a scripting language.
What a user types into the bottom of the text area appears on the Reader.
Output from the PipedWriter usually appears above where the user is typing.