# timholy/Revise.jl

Automatically update function definitions in a running Julia session

Repository: https://github.com/timholy/Revise.jl
Canonical: https://ross.abutalabs.com/products/revisejl
Homepage: https://timholy.github.io/Revise.jl/stable
Language: Julia
License: NOASSERTION
License Family: other
Topics: developer-tools, productivity-booster, jit, reloading
Last push: 2026-08-25T08:53:36+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 3354, "days_push": 8, "days_rel": 9, "gap_med": 12.0, "n_releases_24m": 39}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1352, forks 120 (observed 2026-08-28T04:04:28.361459+00:00)

## What it is
Revise.jl is a Julia package that automatically updates function definitions in a running Julia session, so code edits, package updates, and git branch switches take effect without restarting the REPL. It avoids the overhead of reloading packages and re-JIT-compiling code after each change.

## Use cases
- edit Julia source code and see changes without restarting the REPL
- switch git branches mid-session and keep working
- update packages without losing the running Julia session
- reduce JIT recompilation time during iterative development
- keep debugger source views in sync with edited files

## When to choose
- you do iterative Julia development from the REPL or an editor
- your Julia startup and package load times are slow and disruptive
- you want editor-agnostic hot reloading in Julia

## When to avoid
- you are not working in Julia
- you need hot reloading for a deployed production service rather than interactive development

## Facets
- artifact type: library
- maturity: active
- function: developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: hot-reloading, repl, julia, live-coding, jit

## Member repositories
- timholy/Revise.jl (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:28.361459+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:42:11.229143+00:00, confidence not recorded.
  - readme: https://github.com/timholy/Revise.jl (fetched 2026-08-28T04:04:28.361459+00:00, sha 5c16247ed39c)
  - homepage: https://timholy.github.io/Revise.jl/stable (fetched 2026-08-29T12:00:44.668196+00:00, sha 2a7d3c358371)
- Data as of 2026-08-30T08:39:29.467469+00:00.
