英文:
What sort of projects should I use Go for?
问题
Go语言是谷歌推出的一种新的编程语言。它目前仍处于实验阶段,我很难确定它的稳定性。您会愿意用Go语言来进行哪些项目呢?
英文:
The Go language is a new programming language from Google. It is still in an experimental phase and I am having trouble figuring out how stable it is. What sort of projects would you risk using Go for?
答案1
得分: 3
正如你所说,这仍然是一种实验性的编程语言,所以我目前只会在实验项目中使用它。实现仍然很年轻,但更重要的是,围绕它的生态系统也不太成熟。换句话说,你可能会很难找到能帮助加快开发速度的框架和库,可能需要编写比选择更成熟的语言更多的代码。
英文:
As you said, it is still an experimental programming language so I would only use it for experimental projects, for now. The implementation is still young but more importantly the ecosystem around it is also not very mature. In other words you'll probably have a hard time finding frameworks and libraries to help speed up your development and may end up needing to code a lot more than if you had chosen a more mature language.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论