RE: [tcltk-perl] Drop listify [PATCH]
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-16 18:05:44
|
> > I think you misread. Let me rephrase ... we can create our own Tcl > > object type to wrap Perl SVs. No compatability will be lost. > > I did not realized that it is possible to create new Tcl > object type outside Tcl (in extension), but now I realize > this could be quite possible. And looks like most correct way to go... It is indeed possible, and this is what TclBlend does (the Tcl/Java interface) to keep Java objects wrapped. Jeff |