An open API service aggregating public data about GitHub Sponsors.

gotranspile

View JSON Representation

Developing transpillers targeting Go

Funding Links: https://github.com/sponsors/gotranspile

GitHub Sponsors Profile

GoTranspile is a project aiming to make it easy to transpile (translate) existing C code directly to human-readable Go code. We believe that it has a potential to improve security, maintainability and portability for both Go projects (by removing cgo dependency) as well as C projects (Go runtime as a build target, or help switch to Go).
To achieve it, we developed a new transpiler called cxgo, which you could try online. We also contribute back to other open-source projects in this space which we depend on, such as modernc.org/cc.
Sponsorship is important because it will help us to dedicate more time to the project, instead of it being a free-time hobby project.

Featured Works

gotranspile/cxgo

Tool for transpiling C to Go.

Language: Go - Stars: 343