DESCR 383 B

12345678
  1. STk is a R4RS Scheme interpreter which can access the Tk graphical
  2. package. Concretely it can be seen as the John Ousterhout's Tk package
  3. where the Tcl language has been replaced by Scheme.
  4. STk also provides an efficient object oriented system called STklos.
  5. STklos is an extensive OO system with multiple inheritance, generic
  6. functions, multi-methods and a Meta Object Protocol).