Version 10 of Go

Updated 2016-09-19 21:23:29 by dbohdan

Go is a compiled statically typed programming language famous for its implementation of CSP.

See also

  • An example Tcl extension written in Go
  • Gotcl - a not quite a full "reimplementation" of Tcl as a Go library.
  • gothic - Tcl/Tk Go bindings.
  • libmill is a lightweight coroutine library bringing Go-style concurrency to the C language. Not directly related to Tcl but possibly of interest if someone wants to write a wrapper. Note that unlike Go, which does M:N threading, libmill is single-threaded.
  • picol.go