From: Gustaf N. (sslmail) <ne...@wu...> - 2025-04-06 12:48:25
|
Just for my understanding: the "string based" interface will not support 2^31+ arguments, and there will be no variant similar to the Tcl_Obj based counterparts. This makes the "string based” interface based on Tcl_CreateCommand a legacy interface. Right? -g > On 04.04.2025, at 10:26, Jan Nijtmans <jan...@gm...> wrote: > > Op wo 2 apr 2025 om 18:33 schreef Donald G Porter: >> Looking at this again, I notice the call to deprecate Tcl_CreateCommand. >> >> I think that's a bad idea. I think the ability to define string-based extension and application commands should live forever. >> >> I like Tcl continuing to support extension via the simplest C language tools imaginable, writing what is very close to a main() routine. The continuing interoperability with the oldest textbooks is also appealing to me. > > Understood. I don't have much problems keeping that, it's just a tiny > bit of wrapper functionality.The TIP and implementation is modified now. |