The Polyglot Web

Web Coding in Go

Unfortunately, Go is not installed on this server. Functions are disabled.

Go is a compiled language. But I run the code as scripts using the go program. Each module has a CGI script that invokes it. The script for table.go is called table.cgi and it looks like this:

#!/bin/csh
/usr/local/go/bin/go run table.go

I have not downloaded the MySQL drivers yet.