gotranspile
Developing transpillers targeting Go
Funding Links: https://github.com/sponsors/gotranspile
- Name: Go Transpile
- Kind: organization
- Followers: 6
- Following: 0
- Total stars: 358
- Repositories count: 7
- Created at: 2022-11-17T12:27:51.878Z
- Updated at: 2025-03-09T08:26:50.440Z
- Last synced at: 2025-03-09T08:26:50.440Z
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.
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
gotranspile/cxgo
Tool for transpiling C to Go.
Language: Go - Stars: 343