# JoshCheek/seeing_is_believing

Displays the results of every line of code in your file

Repository: https://github.com/JoshCheek/seeing_is_believing
Canonical: https://ross.abutalabs.com/products/seeing_is_believing
Language: Ruby
License Family: other
Last push: 2026-03-15T22:00:44+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 72, release rhythm 35, longevity 100
- inputs: {"age_days": 4991, "days_push": 171, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1317, forks 54 (observed 2026-08-28T04:04:20.939075+00:00)

## What it is
Seeing Is Believing is a Ruby command-line tool and library that evaluates Ruby code and records the result of every line, annotating the file with inline output. It integrates with extensible editors to provide a playground-like experience similar to Swift Playgrounds.

## Use cases
- show the result of each line of ruby code inline
- use ruby like a playground with instant feedback
- annotate ruby code with evaluated values in my editor
- debug ruby scripts by seeing intermediate values
- teach ruby by displaying expression results per line

## When to choose
- you write Ruby and want inline per-line evaluation results in an extensible editor
- you want a Swift-Playgrounds-like experience for Ruby
- you need a library to programmatically evaluate Ruby and capture per-line results

## When to avoid
- you work in languages other than Ruby
- you need a full debugger with breakpoints and stepping
- your project requires non-UTF-8 encodings

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, interpreter, editor
- domain: developer-tools, programming-languages, text-editors
- platform: ruby, cli, cross-platform
- tags: ruby, live-evaluation, editor-integration, code-annotation, playground

## Member repositories
- JoshCheek/seeing_is_believing (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.939075+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:48:11.561281+00:00, confidence not recorded.
  - readme: https://github.com/JoshCheek/seeing_is_believing (fetched 2026-08-28T04:04:20.939075+00:00, sha cb28da32019a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
