Extending the STK interpreter

Erick Gallesio
Université de Nice  -  Sophia-Antipolis
Laboratoire I3S - CNRS URA 1376 - ESSI.
Route des Colles
B.P. 145
06903 Sophia-Antipolis Cedex - FRANCE

email: eg@unice.fr

July 1995

Abstract:

This document describes how to extend the interpreter with new primitives procedures and/or new types. Extending the interpreter can be done by writing new modules in C. New C code can be statically linked to the core interpreter or dynamically loaded on operating systems which support shared libraries. This document also presents how to integrate new Tk widgets written for the Tcl interpreter in .