Skip to content

Instantly share code, notes, and snippets.

@ds604
Forked from kohyama/README.md
Created January 20, 2018 01:36
Show Gist options
  • Select an option

  • Save ds604/2bc6a244221bc9a2a9192f58d0c8c615 to your computer and use it in GitHub Desktop.

Select an option

Save ds604/2bc6a244221bc9a2a9192f58d0c8c615 to your computer and use it in GitHub Desktop.
A minimum setting to use browser REPL of ClojureScript
(ns repl-test
(:require [clojure.browser.repl :as repl]
[goog.dom :as dom]
[goog.events :as events]
[goog.events.EventType :as event-type]))
(repl/connect "http://localhost:9000/repl")
(defn ^:export init []
(.log js/console "foo"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment