Skip to content

Instantly share code, notes, and snippets.

@ashnur
Created August 26, 2020 15:47
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 ashnur/3f5b7fd20d80a3831fe5a1a4c45bb55a to your computer and use it in GitHub Desktop.
Save ashnur/3f5b7fd20d80a3831fe5a1a4c45bb55a to your computer and use it in GitHub Desktop.
cljs.user=> (gen/sample (gen'/string-from-regex #"([☃-♥]{3}|B(A|OO)M)*"))
------ WARNING - :undeclared-ns ------------------------------------------------
Resource: <eval>:1:2
No such namespace: gen, could not locate gen.cljs, gen.cljc, or JavaScript source providing "gen"
--------------------------------------------------------------------------------
------ WARNING - :undeclared-var -----------------------------------------------
Resource: <eval>:1:2
Use of undeclared Var gen/sample
--------------------------------------------------------------------------------
------ WARNING - :undeclared-ns ------------------------------------------------
Resource: <eval>:1:14
No such namespace: gen', could not locate gen_SINGLEQUOTE_.cljs, gen_SINGLEQUOTE_.cljc, or JavaScript source providing "gen'" (Please check that namespaces with dashes use underscores in the ClojureScript file name)
--------------------------------------------------------------------------------
------ WARNING - :undeclared-var -----------------------------------------------
Resource: <eval>:1:14
Use of undeclared Var gen'/string-from-regex
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment