> I have a question that has been hanging around:
>
>
> How wedded is Stk to the scheme implementation
> that is built into it?
>
> Shouldn't ``we'' figure out a technique to integrate
> Tk with **any** Scheme implementation?
Implementing Tk in another Scheme is not too hard. The Schme interpreter must
provide:
- a way to add new kind of function (the Tk commands). A Tk command
pass its argument to Tk as a argc/argv
- a way to patch set! to take into account traces over varriables
which are associated to widgets (such as -textvariable of
SelectedButton)
- the possibilty to integrate the event loop somewhere. In STk this is
done while there is nothing to read on stdin.
I think that this are the only point needed (at least they are the main ones).
However integrate STklos in another scheme is another thing. It necessitate
mainly to be able to add new kind of functions (i.e. functions which are
apllied in a special way).
-- Erick
Received on Wed Sep 21 1994 - 10:43:07 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST