Does Go provide REPL?

前端 未结 12 605
[愿得一人]
[愿得一人] 2020-11-30 17:22

The interactive environment is VERY helpful for a programmer. However, it seems Go does not provide it. Is my understanding correct?

12条回答
  •  自闭症患者
    2020-11-30 18:12

    You may also like to try https://github.com/haya14busa/goplay This enables you to run go code files from your terminal directly to the Go Playground

提交回复
热议问题