📕 subnode [[@ryan/20210312174704 tcl]]
in 📚 node [[20210312174704-tcl]]
-
tags :: programming languages
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
- public document at doc.anagora.org/20210312174704-tcl
- video call at meet.jit.si/20210312174704-tcl