We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7642bda commit ec4d2d8Copy full SHA for ec4d2d8
libs/python.wiki
@@ -193,7 +193,17 @@ Wikipedia:[https://en.wikipedia.org/wiki/IronPython 英文]、[https://zh.wiki
193
194
通过 IronPython 可以让 Python 代码运行在 dotNET 平台上,并且可以调用其它的 dotNET 语言的代码(C#、F#、VB.Net ...)
195
196
-== 2.4 整合 Objective-C 语言 ==
+== 2.4 整合 Go ==
197
+
198
+<h4>gopy</h4>
199
200
+Home:[https://github.com/go-python/gopy]
201
202
+gopy 可以把 Go 源代码编译为 Python 的一个 module。
203
204
+它提供了两种方式(命令行、Python 库)来实现:Go 源码编译为 Python 模块。
205
206
+== 2.5 整合 Objective-C ==
207
208
<h4>PyObjC</h4>
209
0 commit comments