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

d4l3k/go-pry

An interactive REPL for Go that allows you to drop into your code at any point. observed · 2026-08-28

github.com/d4l3k/go-pry · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4200
  • days_rel: n/a
  • days_push: 1289
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3003 stars · 64 forks observed · 2026-08-28

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

go-pry is an interactive REPL for Go that lets you drop into your code at any point via a pry.Pry() statement. It works by rewriting Go source files to inject reflection-based code exposing in-scope variables, then wrapping the standard go command.

Use cases

  • inspect variables mid-execution in a Go program
  • experiment with Go code interactively like a REPL
  • debug Go applications by dropping into a shell at a specific point
  • explore package APIs with autocompletion from inside running code

When to choose

  • you want a Ruby Pry-style interactive debugging shell in Go
  • you need to inspect live program state without a full debugger setup

When to avoid

  • you need a production-safe debugger (it rewrites source files)
  • you prefer standard tooling like delve
  • your project cannot tolerate source modification during builds

Facets

library · maturity maintenance

interpreter developer-tools cli developer-tools programming-languages go cli cross-platform repl debugging introspection go-tooling command-line

1 source

Member repositories

RepositoryRoleHealth v2
d4l3k/go-prymain32

For agents

markdown · JSON · MCP: product_card(name="d4l3k/go-pry")

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