Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

go run is surprisingly effective for playing around with code. I keep a main.go file in my home directory that I edit with vim and then run with ':!go run %'. Go compiles and runs fast enough that I almost don't notice its'a compiled language.


There is also the Go Playground[1], which is great for testing out and/or sharing small code blobs.

  [1]: http://play.golang.org




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: