Open Collective
Open Collective
Loading
Convert C to Go online
Published on September 7, 2022 by Denys Smirnov

A new tiny service for converting C to Go was deployed: https://gotranspile.dev/.

The goal for this service is to show that code conversion can be easy (just paste the code) and doesn't require installing complex dependencies, configuring environment, etc.

The interface does not allow any additional configuration yet (as opposed to using cxgo directly), but it will be added in the future updates.

Another interesting feature to add would be snippets sharing. This will make it easier to share bug reproducers for cxgo.