Package kawa

Classes for user interaction with Kawa.

See:
          Description

Class Summary
GuiConsole A Frame containing a Kawa read-eval-print loop.
repl Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator.
ReplDocument A Swing document that implements a read-eval-print-loop.
ReplPane A JTextPane for a read-eval-print-loop.
ReplPaneOutPort A Writer that appends its output to a ReplPane.
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  
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.