Grumpy: Go running Python! (基于 golang 的 python 运行时)

919 阅读1分钟
原文链接: www.zhihu.com
Grumpy: Go running Python! (基于 golang 的 python 运行时)

1. (Simplicity) Grumpy 没有全局锁 GIL,使用 Golang 的 GC (无引用计数)
2. (Static) Grumpy 不是解释器,像一个典型的 Go 程序那样编译和静态链接
3. (Library) Grumpy 程序可以无障碍使用所有的 go packages

-----------------

[1] GitHub Page: github.com/google/grum…
[2] Google Open Source Blog - Grumpy: Go running Python!
opensource.googleblog.com/2017/01/gru…