I know the usage of dict
and array
in Tcl, but personally, I am not a big fan of these approaches. Are there any packages that provide better support for 2D matrices? For example, something that can clearly express coordinates like (0,0)=0
and (0,1)=5
.
Hello @asdfsdfasdfasdfasdf ,
Matrix was not available first in tcl language. It seems it is available now as a tcllib function:
https://wiki.tcl-lang.org/page/matrix
That said, I cannot comment particularly as I did not use it in my past tcl automations
Best Regards,
Michael