Skip to main content

clojure.browser.repl

*

B

  • bootstrap

    Reusable browser REPL bootstrapping. Patches the essential functions in goog.base to support re-loading of namespaces af...

C

  • connect

    Connects to a REPL server from an HTML document. After the connection is made, the REPL will evaluate forms in the conte...

E

  • evaluate-javascript

    Process a single block of JavaScript received from the server

F

G

H

O

R

S

  • send-print

    Send data to be printed in the REPL. If there is an error, try again up to 10 times.

  • start-evaluator

    Start the REPL server connection process. This process runs inside the embedded iframe.

W