By jrandol
via msnyder.info
Published: Jan 02 2011 / 16:58
I’ve been playing with Go recently. I like it. It’s a very simple compiled language with an interesting type/interface system. I’m using it to write some CGI scripts, since it seems like a good fit – easy to write, fast compilation, and decently fast execution.
Add your comment