编译Go编程语言有多难?
基本上如标题所述:编译平均 go* 文件的过程是什么?将其放在编译器上并执行结果?
*注意:OP 编辑了问题,在回滚之前将“go”替换为“C”。所以有些答案是没有意义的。
Basically what the title says: what's the process for compiling your average go* file? drop it on a compiler and execute the result?
*note: The OP edited the question replacing "go" with "C", before it was rolled back. So some of the answers won't make sense.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过 http://golang.org/doc/go_tutorial.html< 上的 Go 教程? /a>
Did you take a look at the Go tutorial at http://golang.org/doc/go_tutorial.html