Philosophy and "for" loops — more from Go and Rust
Philosophy and "for" loops — more from Go and Rust
Posted Jul 3, 2013 18:52 UTC (Wed) by b7j0c (guest, #27559)Parent article: Philosophy and "for" loops — more from Go and Rust
yes, Go limits choice in some areas, limits features, and opts for too-simple in many situations....but the upside to this is that the language can be learned quickly. go look around godoc.org, there are already a huge number of libraries available...thats due to the fact that the language can be picked up quickly.
Go won't expand your mind but it is very effective as an industrial tool. anyone using python or java should at least take a look at it.
Rust looks nice but is still evolving, and may fall in to the haskell trap of having a high barrier to entry
