Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 16:35
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 infinite-Joy/d655dcd430995d9f7f525af6b0e60c83 to your computer and use it in GitHub Desktop.
Save infinite-Joy/d655dcd430995d9f7f525af6b0e60c83 to your computer and use it in GitHub Desktop.
user=> (def split_str (str/split "Any man whose errors take 10 years to correct is quite the man." #" "))
#'user/split_str
user=> (str/join ", " split_str)
"Any, man, whose, errors, take, 10, years, to, correct, is, quite, the, man."
user=>
@tellspec-mark
Copy link

using lein repl in a tutorial, from the first call i get
CompilerException java.lang.RuntimeException: No such namespace: str, compiling:(null:1:16)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment