Skip to content

create a repl with Clojure code #459

@practicalli-johnny

Description

@practicalli-johnny

Write a guide showing how to create a REPL within the Clojure REPL.

This helps understanding of how the REPL process works in Clojure.

Basic Example

(defn repl-repl
  "Repl within a REPL"
  (loop []
    (print (eval (read)))
    (recur)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions