|
|
|
|
|
by YcombRegBroken
4733 days ago
|
|
Round 4 of these tests is what triggered my dive into Go this past month, and it has been a revelation. If you add in the concurrency capabilities, the language simplicity, and nice balance between overly terse syntax (Python one liners...) and overly verbose typed languages (Java), the whole package is even more impressive. The only real thing I think it is missing is a "high productivity" application framework like Rails to elevate it from "damn, I'm impressed" to "it would be ill advised to use almost anything else". </reluctant fanboy rave> |
|
They also combine the nice conciseness of Python, with great concurrency (better than Go) and a lot more safety (less late night crashes).