Showing posts with label go. Show all posts
Showing posts with label go. Show all posts

19 November 2009

Go.

I'm a sucker for learning languages. So when Google released Go I jumped in and gave it a look. There's some interesting things in there, part C, part Limbo, part amalgam of new and old and new-old old-new. (Pick where GC and CSP go in that mix.)

Now, there are some growing pains; the "core" language packages include a myriad of fairly functional tools: hmac, json, http server and client, etc. Enough for me to spend a day or so putting together a quick Twitter-OAuth web app in Go.

[More]