---
name: repl
version: 1.0.0
description: >
  Interactive REPL programming environments reference. Covers
  IPython magic commands, ptpython, Jupyter console for Python.
  Node.js REPL tricks, Deno, Ruby pry, Go gore, Rust evcxr.
  Online REPLs and REPL feature comparison.
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: [repl, ipython, interactive, prototyping, devtools]
---

# REPL Reference

Interactive programming environments.

## Commands

| Command | Description |
|---------|-------------|
| `intro` | Overview, online REPLs |
| `python` | IPython, ptpython |
| `node_others` | Node.js, Deno, pry, gore |
