📕 subnode [[@ryan/20210312174704 tcl]] in 📚 node [[20210312174704-tcl]]

Tcl is a programming language primarily used for scripting. Its website calls it "the industry's best kept secret."

Tcl, unlike Bash is string-based, in the same sense that Lispis list-based.

set cmd "echo"
set arg "hello world"
exec $cmd $arg

hello world

Resources

📖 stoas
⥱ context