update build
This commit is contained in:
parent
e94cc93f4a
commit
c80b3d9cab
7 changed files with 657 additions and 570 deletions
15
cljs/nrepl_playground.cljs
Normal file
15
cljs/nrepl_playground.cljs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(ns nrepl-playground)
|
||||
|
||||
(+ 1 2 3)
|
||||
|
||||
(->
|
||||
(js/document.getElementsByTagName "body")
|
||||
first
|
||||
(.append
|
||||
(doto (js/document.createElement "p")
|
||||
(.append
|
||||
(js/document.createTextNode "there")))))
|
||||
|
||||
(defn foo [])
|
||||
|
||||
(js/alert "Isn't this cool? :)")
|
||||
Loading…
Add table
Add a link
Reference in a new issue