Skip to content

Instantly share code, notes, and snippets.

@cjfrisz
Created September 2, 2013 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjfrisz/14f2d06882fd53a0dd5f to your computer and use it in GitHub Desktop.
Save cjfrisz/14f2d06882fd53a0dd5f to your computer and use it in GitHub Desktop.
First type-checking attempt
[Thufir:src/cljs/chaser_cljs] cfrisz% lein repl
Compiling ClojureScript.
nREPL server started on port 64701
REPL-y 0.2.0
Clojure 1.5.1
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
chaser-cljs.server=> (require 'cljs.core.typed)
nil
chaser-cljs.server=> (cljs.core.typed/check-ns 'chaser-cljs.coords)
Initializing core.typed ...
"Elapsed time: 8827.158 msecs"
core.typed initialized.
"Collecting " chaser-cljs.coords
AssertionError Assert failed: Can't find chaser_cljs/coords.cljs in classpath
res cljs.tools.analyzer/analyze-ns (analyzer.clj:43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment