Sujet : Re: vectcl and tcl9
De : obermeier (at) *nospam* poSoft.de (Paul Obermeier)
Groupes : comp.lang.tclDate : 22. Jan 2025, 11:26:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vmqh3r$usa2$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Am 22.01.2025 um 11:12 schrieb Harald Oehlmann:
Am 22.01.2025 um 11:03 schrieb Ralf Fassel:
* Jacob <JacobLambeth@clevelandgolf.com>
| 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.
| >>
--<snip-snip>--
>
| 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.
>
According to
>
https://wiki.tcl-lang.org/page/Porting+extensions+to+Tcl+9
>
Paul has ported vectcl 0.2.1 to tcl 9. Maybe check that version?
>
HTH
R'
Yes, great ! Could you check, if Paul has integrated the enhancements by Brian Griffin? IMHO this is quite important an boosts VecTCL on Tcl9.
IMHO, VecTcl will work much better with Tcl9 than Tcl8, as numbers are passed as is.
I can moderate this and send an E-Mail to Paul and Brian (cc: magic Christian).
Thanks,
Harald
I made changes (Tcl_size, etc.) to the original version 0.2, so that it compiles with Tcl9.
But the generated library throws errors, so it is marked as NoTcl9 in the latest BAWT release.
As I do not use vectcl personally, I did not invest more work to get it running with Tcl9.
Paul