|
|
|
|
|
by nrclark
2433 days ago
|
|
Tcl has native support for lists and dicts, and provides full-featured functions for working with both. You're absolutely right that the feel is "more than Bash, less than Python." But it's not accurate to say that you need to do a bunch of weird string parsing in order to implement a high-level datatype. And yes - the list quoting rules are weird! No doubt about that. |
|