Version 2 of gotcl

Updated 2016-08-18 18:25:37 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 ).

Command list

apply, array, break, catch, concat, continue, eval, exit, expr, flush, for, foreach, gets, if, incr, info, lappend, lindex, list, llength, lsearch, open, puts, rename, return, set, source, split, string, time, unset, uplevel, upvar, while

See also

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