Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-python/gpython

gpython is a python interpreter written in go "batteries not included" observed · 2026-08-28

github.com/go-python/gpython · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 90
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2954
  • days_rel: n/a
  • days_push: 61
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1013 stars · 105 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

gpython is a partial re-implementation and port of the Python 3.4 interpreter written in Go, including a lexer, parser, compiler, and runtime. It is designed to be embedded into Go applications with support for multiple concurrent interpreter instances, though it lacks most of the standard library's C-based modules.

Use cases

  • embed a Python interpreter in a Go application
  • run Python scripts from Go code
  • run multiple isolated Python interpreter instances concurrently
  • experiment with interpreter and compiler implementation in Go
  • use a Python REPL without installing CPython

When to choose

  • you need to embed a familiar scripting language into a Go application
  • you need multiple independent interpreter contexts in a server
  • you want to study or hack on a Python interpreter written in Go

When to avoid

  • you need a full CPython replacement with the complete standard library
  • you need maximum Python execution speed
  • you rely on C-extension modules like numpy or pandas

Facets

cli-tool · maturity maintenance

interpreter parser compiler programming-languages parsers developer-tools go cross-platform cli python-implementation embedding repl python-in-go interpreter

1 source

Member repositories

RepositoryRoleHealth v2
go-python/gpythonmain63

For agents

markdown · JSON · MCP: product_card(name="go-python/gpython")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem