Post #2029543
2026-05-04 14:59 UTC
Two new features added to the forthcoming Tcl 9.1 today.
#1 is a way to pick items out of a list:
set bools [lfilter x $theList {string is boolean -strict $x}]
Replies (1)
-
@dkf@cyberplace.social 2026-05-04 15:01
#2 is a whole bunch of new functions, for example: set y [expr { $x1 * erf($x2) }]