Hacker News new | ask | show | jobs
by fishnchips 3610 days ago
> The language has to be statically typed

Go is statically typed.

> the simple action of selecting the the surrounding expression simply doesn't exist anywhere

How so? It's trivial with the `go/ast` package.

1 comments

Does any Go editor support that?
Is it relevant to the question at hand? Languages != their IDEs.