5 ms·
congrats, but Tcl is enough for me.
by uwagar 1mo ago
congrats, but Tcl is enough for me.
- lkirkwood 29d agoSeeing a lot of mentions of Tcl over the past couple days. Why so much love? When do you reach for it?
- uwagar 27d agobecause its the integrated scripting language in my app. great for setting things in the app and can do things like proc a {} { puts "a"} proc b {} { puts "b"} set c a $c ;# prints a set c b $c ;# prints c