Embedding a Scheme Interpreter in the Tk Toolkit
Erick Gallesio
Université de Nice - Sophia-Antipolis
Laboratoire I3S - CNRS URA 1376 - Bât 4.
250, avenue Albert Einstein
Sophia Antipolis
06560 Valbonne - FRANCE
Abstract:
STK is a graphical package which rely on Tk and the Scheme programming
language. Concretely, it can be seen as the Tk package where the
Tcl language as been replaced by a Scheme interpreter. Programming with
STK can be done at two distinct levels. First level is quite identical than
programming Tk with Tcl. Second level of programming uses a full object
oriented system. Those two programming levels and current implementation are
described here.