doubu1853 2010-01-03 13:27
浏览 15
已采纳

编译Go编程语言有多困难?

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.

  • 写回答

1条回答 默认 最新

  • dongtuji0992 2010-01-03 13:33
    关注

    Did you take a look at the Go tutorial at http://golang.org/doc/go_tutorial.html

        Here's how to compile and run our program. With 6g, say,
    
            $ 6g helloworld.go  # compile; object goes into helloworld.6
            $ 6l helloworld.6   # link; output goes into 6.out
            $ 6.out
            Hello, world; or Καλημέρα κόσμε; or こんにちは 世界
            $
    
        With gccgo it looks a little more traditional.
    
            $ gccgo helloworld.go
            $ a.out
            Hello, world; or Καλημέρα κόσμε; or こんにちは 世界
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥15 Python3.5 相关代码写作
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动