# metakirby5/codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Repository: https://github.com/metakirby5/codi.vim
Canonical: https://ross.abutalabs.com/products/codivim
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim, interpreter, repl, instant
Last push: 2023-02-28T15:46:33+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3678, "days_push": 1282, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3063, forks 83 (observed 2026-08-28T04:07:41.232475+00:00)

## What it is
Codi.vim is a Vim/NeoVim plugin that provides an interactive scratchpad: it opens a synchronized pane showing the live evaluation results of each line as you type, via any supported REPL. It ships with built-in support for many languages including Python, JavaScript, Haskell, Ruby, and more, and is extensible to any language with a REPL.

## Use cases
- live-evaluate python code as I type in vim
- interactive scratchpad for testing javascript snippets
- repl-driven experimentation inside neovim
- quickly try out haskell expressions line by line
- use vim as a calculator with mathjs
- prototype ruby or elixir code with instant feedback

## When to choose
- you live in Vim/NeoVim and want instant REPL feedback without leaving the editor
- you want a Numi-like live evaluation scratchpad for many languages
- you need extensible interpreter support for any language with a REPL

## When to avoid
- you use an editor other than Vim or NeoVim
- you need a full notebook interface with rich output like Jupyter
- your Vim lacks +job/+channel and you need true as-you-type evaluation

## Facets
- artifact type: plugin
- maturity: maintenance
- function: interpreter, developer-tools, editor
- domain: developer-tools, text-editors, programming-languages
- platform: editor-plugin, windows
- tags: vim-plugin, repl, scratchpad, live-evaluation, neovim, linux, macos

## Member repositories
- metakirby5/codi.vim (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.232475+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-29T18:46:39.034825+00:00, confidence not recorded.
  - readme: https://github.com/metakirby5/codi.vim (fetched 2026-08-28T04:07:41.232475+00:00, sha a6ecab5b91c6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
