Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 572 Bytes

File metadata and controls

26 lines (15 loc) · 572 Bytes

Clojure REPL Workflow

Practical guide to the Clojure REPL workflow

Practicalli Clojure REPL Workflow{loading=lazy}

  • Start REPL in terminal (or editor)

    • add custom user namespace
  • Evaluate code in editor

    • Rich Comment block
    • Design journal
  • Unit testing

  • Specifications

    • data specs
    • function definition specs
  • Start long running process or system components from REPL

  • Inspect evaluation results in Portal

  • Clean REPL state