This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Using more than one interpreter


I have been working on a project that two exchange students started for
me in the summer (hello Mark & Mark if you are still in the kawa
mailing list). Basically it is the JTable widget with semantics
defined by a Scheme program with a nice interface to the table. It
seems like quite a powerful combination.

I would like each table to have its own instance of Scheme (or
equivalently a separate top level environment). I could not accomplish
this with 1.6.70, and the source indicates that the functionality to
do it is not finished. Are there workarounds that I could use, or is
the functionality present in later versions?

I tried some variants like instantiating Scheme for each of the tables
separately, and having a shared Scheme with separate environments
instantiated with getNewEnvironment().
--
Pertti Kellomäki

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]