From: Fernando Mato Mira
Subject: Re: tcl on cl (was: Lambda in Tcl)
Date: 
Message-ID: <378DDD56.5BF0821A@iname.com>
"Wolfgang S. Kechel - Patzschke + Rasp GmbH" wrote:

> I have a working integration of EuLisp into Tcl. EuLisp is a dialect of scheme
> with modules and Meta Object Protocol (MOP).
> It is possible to create new Tcl-commands that do not have C-functions but
> Lisp-functions being called when the command is invoked. call-in/call-out is
> possible in the following directions:
>
> C <-> Tcl
> C <-> EuLisp
> Eulisp <-> Tcl
>
> This apprach has proved to be very useful in applications that need a powerful
> framework to manipulate highly complex data structures. The data structures
> and the access can be implemented in Eulisp and may use all the MOP-features
> (classes as first class objects, inheritance, generic functions, ...) and
> instances can easily be accessed from Tcl.
>
> --
>                      Wolfgang Kechel
>          Email: ········@prs.de  http://www.prs.de
>   Patzschke + Rasp GmbH   Bierstadter Str. 7  D-65189 Wiesbaden
>          Phone: +49-611-1731-611   FAX: +49-611-1731-31

It's ALIVE!! ;-)
[double pun intended]

Way cool.