Sujet : Re: vectcl and tcl9
De : JacobLambeth (at) *nospam* clevelandgolf.com (Jacob)
Groupes : comp.lang.tclDate : 21. Jan 2025, 23:16:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <2af45bfa-e1ae-4a45-90c3-83af0678f820@clevelandgolf.com>
References : 1 2
User-Agent : Mozilla Thunderbird
On 1/20/2025 11:20 PM, Harald Oehlmann wrote:
Am 20.01.2025 um 17:03 schrieb Jacob:
Hello all,
>
Does VecTcl work with Tcl9? If not, are there any plans to update it so it can? I see there is an old fork on github, but there are no binaries available for me to quickly test.
>
Thanks,
>
Jacob
Hi Jacob,
unfortunately, this masterpiece is orphaned. The creator, Chrisitan G., does not plan to continue.
Brian Griffin did a proof of concept using the new Tcl Obj interface, which allows to directly pass a vectcl number (float, bignum) to a Tcl number without passing by a string representation and vice versa.
I am sure, Christian will assist anybody in the transition, but does not want to do the work himself.
I already tried to motivate Torsten Berg to look into that...
Thank you all,
Harald
Harald,
Thank you for your response. I find the package very useful as well. Much of my work in tcl involves matrix operations on large datasets and translating code I first write in matlab. Vectcl is perfect for this. I will stick with 8.6 for now.
Thanks,
Jacob