是否可以使用 Go 对 python/php/perl 进行扩展?

发布于 2024-12-11 14:19:17 字数 97 浏览 0 评论 0原文

我听说 Go 就像 C 一样,有通道和很多便利。我很少使用 C 语言,但当我这样做时,都是为了对其他语言进行小型扩展。 Go 可以成为用其他语言创建扩展的安全方法吗?人们这样做吗?

I've heard Go is like C with channels and a lot of conveniences. I do very little C, but when I do it's to make small extensions to other languages. Can Go be a safe way to create extensions in other languages? Are people doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葮薆情 2024-12-18 14:19:17

对于 Python,有 goPy:https://github.com/qur/gopy

对于 Perl,有 Campher:https://github.com/bradfitz/campher

对于 Lua,有 golua:https://github.com/afitz/golua

For Python there is goPy: https://github.com/qur/gopy

For Perl there is Campher: https://github.com/bradfitz/campher

For Lua there is golua: https://github.com/afitz/golua

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文