Version 1 of gotcl

Updated 2015-04-10 20:35:29 by dbohdan

Gotcl is an interpreter for a Tcl-like programming language implemented in Go. It can use Go's channels and goroutines (Go's implementation of green threads ).

See also

  • Word channel — a similar construct to Gotcl channels for mainline Tcl.