Skip to content

Commit ec4d2d8

Browse files
committed
增加 gopy
1 parent 7642bda commit ec4d2d8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

libs/python.wiki

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,17 @@ Wikipedia:[https://en.wikipedia.org/wiki/IronPython 英文]、[https://zh.wiki
193193

194194
通过 IronPython 可以让 Python 代码运行在 dotNET 平台上,并且可以调用其它的 dotNET 语言的代码(C#、F#、VB.Net ...)
195195

196-
== 2.4 整合 Objective-C 语言 ==
196+
== 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 ==
197207

198208
<h4>PyObjC</h4>
199209

0 commit comments

Comments
 (0)