cxgo VS c2go

Compare cxgo vs c2go and see what are their differences.

cxgo

Tool for transpiling C to Go. (by gotranspile)

c2go

⚖️ A tool for transpiling C to Go. (by elliotchance)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cxgo c2go
1 2
270 2,041
1.9% -
6.9 3.4
4 months ago 10 months ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cxgo

Posts with mentions or reviews of cxgo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-08.
  • Transpiling 2d physics engine from C to Go
    4 projects | /r/golang | 8 Dec 2021
    Today I remembered for some random reason that Go compiler was initially written in C and then was mostly transpiled into Go. So, I was curious, which projects exist to do something like this. And after some googling I've found very interesting project called cxgo.

c2go

Posts with mentions or reviews of c2go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • CGo-free SQLite adds windows/amd64 support
    6 projects | /r/golang | 13 Nov 2021
    FYI it uses facility to translate C to go (https://gitlab.com/cznic/ccgo), there is a similar project does the same thing (https://github.com/elliotchance/c2go).
  • star-tex: v0.1.0 released
    1 project | /r/golang | 24 Feb 2021
    the main interesting thing for this release is the migration of the underlying TeX engine from C++ to C, so tools like modernc.org/cc or github.com/elliotchance/c2go could be used to automatically migrate to a pure-Go implementation.

What are some alternatives?

When comparing cxgo and c2go you can also consider the following projects:

c4go - Transpiling C code to Go code

sqlite

physac-go - Small demo of using physac 2d physics engine in golang

ccgo

Ebiten - Ebitengine - A dead simple 2D game engine for Go

Physac - 2D physics header-only library for videogames developed in C using raylib library.