awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLanguage Transpilers

Tools that convert source code between languages to facilitate native compilation.

Distinct from Python Compilers: Distinct from general Python compilers: focuses on the transpilation process to a specific target language.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Language Transpilers. Refine with filters or upvote what's useful.

Awesome Language Transpilers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/grumpygoogle 的头像

    google/grumpy

    10,528在 GitHub 上查看↗

    Grumpy is a native binary compiler that transforms Python source code into Go source code. By transpiling high-level scripts into a strongly typed intermediate representation, the system enables the creation of statically linked native binaries that operate independently of a traditional virtual machine interpreter. The project distinguishes itself by providing a comprehensive runtime library that replicates standard Python data structures and object behaviors. This emulation layer ensures that compiled code maintains functional parity with the original source environment while leveraging the

    Converts source code into another language syntax to enable native binary execution.

    Go
    在 GitHub 上查看↗10,528
  1. Home
  2. Programming Languages & Runtimes
  3. Python Compilers
  4. Language Transpilers