4 ms·
Go is awesome, but why must we limit ourselves to one language?! My dev plan used to be Python for rapid prototyping and C for speed optimization. With the adv
by taw9 14y ago
Go is awesome, but why must we limit ourselves to one language?!
My dev plan used to be Python for rapid prototyping and C for speed optimization. With the advent of Go, I find I'm moving the infrastructure-level Python work into Go and replacing many of the C-oriented middleware tasks with it as well. I'm sure this will evolve as the libraries grow, but I don't see Python & C going away. Nor do I think this is the vision at Google. I suppose this is what is meant by "systems language".
I think Go could end up being the under 35-generation's version of Lisp (in terms of love affair with language structure, etc.).