MetaCall: Calling NodeJS, Python, Ruby, C#, TypeScript functions from Go

I’ve been working in an open source Polyglot which allow calling functions and importing libraries from different languages. Time ago I implemented support for Go. It allows using libraries from Python, NodeJs, TypeScript, Ruby or C# from Go. Recently I’ve published it in the Go module index.

I would like to know your opinion about the project and if you think it can be useful for you. Any feedback will be highly appreciated!

I leave here the repository: https://github.com/metacall/core

If anybody is interested in the implementation, here’s the link: https://github.com/metacall/core/blob/develop/source/ports/go_port/source/go_port.go

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.