有没有将Go代码自动转换为Python的工具?

huangapple go评论110阅读模式
英文:

Is there any automated conversion from Go to Python?

问题

有没有任何程序可以自动将Go源代码转换为Python源代码?

英文:

Is there any program to automatically convert Go source code to Python source code?

答案1

得分: 7

很不可能找到一种方法来进行这样的转换,并且得到实际有用的输出。Go语言非常新,如果有人进行转换,反过来转换可能更有意义。

英文:

It's highly unlikely that you'll find a way to do such a conversion with output that is actually useful. Go is very new, and if anything it would make more sense for someone to convert the other way around.

huangapple
  • 本文由 发表于 2010年12月29日 01:37:47
  • 转载请务必保留本文链接:https://go.coder-hub.com/4548000.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定