You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Thumbing through [Clojure Core API](http://clojure.github.io/clojure/clojure.core-api.html)
211
211
1. Reading [ClojureScript - Differences from Clojure - Host Interop](https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure#wiki-host-interop) for accessing javascript properties like `(.-Infinity js/window)` and functions like `(.sqrt js/Math 25)`.
212
-
1. Reading [Javascript to ClojureScript synonyms](http://kanaka.github.io/clojurescript/web/synonym.html)
212
+
1. Reading [JavaScript to ClojureScript synonyms](http://kanaka.github.io/clojurescript/web/synonym.html)
213
213
1. Experimenting in `lein repl` for Clojure REPL.
214
214
1. Experimenting in <http://clojurescript.net/> for ClojureScript REPL with a browser context.
215
215
1. Reading docstrings of functions I encounter with `(doc <funcname>)` in REPL.
0 commit comments