[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Tcl/Tk with CLISP (was Re: Multi-return value functions and



>    By the way, can you use the whole power of lisp when using your
>    method? As I understand you write a Tcl/Tk program that calls Lisp to do
> 
> I believe so.  Whatever Tcl sends to the Lisp process is sent through
> EVAL.
> There are three limitations that I know of to the technique I'm using:
> 
> - If there's an error on the Lisp end, the whole deal dies hideously.
> This could probably be fixed from Lisp by altering the error behavior.

Hm.... I think that that is a problem, I won't experience. Cause Lisp
parses every output from Tcl/Tk. 

Bye, Oliver