Skip to content

Commit

Permalink
repl: summarise REPL purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 15, 2023
1 parent 06011af commit 0f2807c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/clojure-repl/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Clojure REPL

Use the Clojure repl to

- call functions from clojure core
- create symbol names (def) that represent a value
- write custom functions (defn) and call them with data
- see immediate results when evaluating code

## Getting Started

[:fontawesome-solid-book-open: Install Clojure CLI and Practicalli Clojure CLI Config](https://practical.li/clojure/install/){target=_blank} for a comprehensive set of developmet tools.

Use a [:fontawesome-solid-book-open: terminal UI REPL](#terminal-ui-repl) as a quick way to get started, or set up a preferred [:fontawesome-solid-book-open: Clojure editor](#clojure-editors).
Expand Down

0 comments on commit 0f2807c

Please sign in to comment.