awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Konstantin8105 avatar

Konstantin8105/c4go

0
View on GitHub↗
376 stars·41 forks·C·MIT·10 views

C4go

Transpiling C code to Go code

Features

  • Language Compilers - Transpiles C code to Go.
  • Language Transpilers - Transpiles C code into Go.

Star history

Star history chart for konstantin8105/c4goStar history chart for konstantin8105/c4go

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with C4go

These projects share indexed features with C4go. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • gopherjs/gopherjsgopherjs avatar

    gopherjs/gopherjs

    13,127View on GitHub↗

    GopherJS is a cross-compiler toolchain that converts Go source code into JavaScript. It functions as a transpiler, enabling the execution of statically typed Go code within web browsers and other standard JavaScript runtime environments. The project provides a comprehensive implementation of the Go standard library, replacing system-level calls with browser-compatible APIs to maintain language semantics. It maps Go's memory allocation patterns and type definitions onto the host JavaScript engine, while utilizing source map generation to allow for debugging using original Go source files. By

    Gocompilergogolang
    View on GitHub↗13,127
  • konstantin8105/f4goKonstantin8105 avatar

    Konstantin8105/f4go

    51View on GitHub↗

    Transpiling fortran code to golang code

    Go
    View on GitHub↗51
  • go-llvm/llgogo-llvm avatar

    go-llvm/llgo

    1,250View on GitHub↗

    LLVM-based compiler for Go

    Go
    View on GitHub↗1,250
  • tardisgo/tardisgoT

    tardisgo/tardisgo

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does konstantin8105/c4go do?

Transpiling C code to Go code

What are the main features of konstantin8105/c4go?

The main features of konstantin8105/c4go are: Language Compilers, Language Transpilers.

Which projects share features with konstantin8105/c4go?

Projects with overlapping indexed features include: konstantin8105/f4go — Transpiling fortran code to golang code. tardisgo/tardisgo. go-llvm/llgo — LLVM-based compiler for Go. gopherjs/gopherjs — GopherJS is a cross-compiler toolchain that converts Go source code into JavaScript. It functions as a transpiler,… jsbin/jsbin — JSBin is a collaborative JavaScript playground and online frontend sandbox for writing, executing, and debugging web… astrolang/astro.