seq-repl 0.12.0

Watch-style REPL for the Seq programming language
seq-repl-0.12.0 is not a library.

seqr - Watch-style REPL for Seq

A REPL that works by compiling expressions to a file and running. Stack persists across lines - build up values incrementally. Supports file watching for external editor integration.

Usage: seqr # Start with temp file seqr myprogram.seq # Start with existing file

Commands: :quit, :q # Exit :pop # Remove last expression (undo) :clear # Clear the session (reset stack) :show # Show current file contents :edit # Open file in $EDITOR :run # Manually recompile and run :repair # Validate/repair session file :help # Show help