Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to make extensions to python/php/perl with Go?

Tags:

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?

like image 802
Jazz Man Avatar asked Oct 23 '11 15:10

Jazz Man


1 Answers

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

like image 90
uriel Avatar answered Sep 19 '22 14:09

uriel