vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
573 stars 14 forks source link

Document ClojureScript browser-REPL pitfalls #6

Closed vvvvalvalval closed 6 years ago

vvvvalvalval commented 6 years ago

Bad cases:

  1. When several compilation processes send code to the same runtime (e.g file watcher + browser-connected REPL)
  2. When one compilation process sends code to several runtimes -> beware of which runtime your REPL is hooked to
  3. Compilation caching
vvvvalvalval commented 6 years ago

Done in the Wiki: https://github.com/vvvvalvalval/scope-capture/wiki/Pitfalls-with-(browser-connected)-ClojureScript-REPLs