duanhuan3012 2019-06-19 05:34
浏览 296

将闭包作为函数参数传递

From this example: https://gobyexample.com/closures If we change:

    fmt.Println(nextInt())
    fmt.Println(nextInt())
    fmt.Println(nextInt())

to

    fmt.Println(intSeq())
    fmt.Println(intSeq())
    fmt.Println(intSeq())

go run will fail with error: ./prog.go:32:5: Println arg intSeq() is a func value, not called

But from this example: https://gobyexample.com/recursion

    fmt.Println(fact(7))

We can call fact(7) function as fmt.Println's argument. Why we have difference?

  • 写回答

1条回答 默认 最新

  • dtdvbf37193 2019-06-19 08:23
    关注

    To reckon. When you run Golang playground or any Test in your code, go vet run first and if it return with error the actual go code doesn't run.

    If you go build , or go run (tested with 1.12.5) the code run perfectly, printing the function pointer address.

    If you copy your code to the tutorial site, here https://tour.golang.org/welcome/1 for example. the code work as you expected.

    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!