|
|
|
|
|
by BoingBoomTschak
417 days ago
|
|
The problem is mainly the square brackets that force one to go through strings, in my experience. Can't build something like "set foo [cmd $bar]" purely by using [list ...] shenanigans, since list will quote stuff you don't want quoted. |
|
For sure there is a lack of proper "code as data" constructs in Tcl, like you would find in Lisp.