Re: [tcltk-perl] Drop listify [PATCH]
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-04-16 18:00:37
|
> > > creating our own object type in Tcl to wrap Perl SVs, so > > > we never lose touch either way. > > > > but in this case we'll lose compatibility with current > > version of Tcl/Tk, 8.4.x, which do not have such object type... > > 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... Vadim. |