Tcl-bounties icon indicating copy to clipboard operation
Tcl-bounties copied to clipboard

Bounty program for improvements to Tcl and certain Tcl packages

Results 22 Tcl-bounties issues
Sort by recently updated
recently updated
newest added

Draft implementation in AndroWish (and undroidwish), see this check-in https://www.androwish.org/index.html/info/c29648d90f7440aa Somewhat tested on Android x86 and Linux x86 where it didn't crash anymore.

Hello, here is an implementation of the `array foreach` improvement. I changed the interface to be more similar to that of dict for: `array for {varName varName} arrayName { code...