Skip to content

Instantly share code, notes, and snippets.

@devn
Forked from Raynes/*slime-repl clojure*.clj
Created June 16, 2010 11:02
Show Gist options
  • Select an option

  • Save devn/440514 to your computer and use it in GitHub Desktop.

Select an option

Save devn/440514 to your computer and use it in GitHub Desktop.
user> (read-string (str {:hai "there" "hello" 3 5 "5"}))
{:hai "there", "hello" 3, 5 "5"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment