A '''word channel''' is a Tcl [reflected channel] that transfers data one word (list element) at a time. This is similar to how channels work in [Go]/[gotcl] and can be useful for inter-[thread] communication. **See also** * [http://chiselapp.com/user/pooryorick/repository/ycl/artifact/920212b2c850087b%|%word.tcl] in [ycl] <>Concept | Channel