Package kawa

Classes for user interaction with Kawa.

See:
          Description

Class Summary
GuiConsole A Frame containing a Kawa read-eval-print loop.
MessageArea Simple TextArea that always scrolls to the bottom.
repl Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator.
Shell Utility functions (static methods) for kawa.repl.
Telnet Encapsulates the state of a telnet connection.
TelnetInputStream An input stream that handles the telnet protocol.
TelnetOutputStream An input stream tha handles the telnet protocol.
TelnetRepl  
TextAreaWriter A Writer that appends its output to a TextArea.
Version  
 

Package kawa Description

Classes for user interaction with Kawa.

The kawa.repl class is the class usually used for invoking Kawa as an application.