Getting Away With It

I'm David. During the day I work in tech. I go out and visit bookstores on the weekends.

I’m missing something:

I have a sequence in clojure that returns the string “[“These are” “author names”]”. How do I turn that into the map {“These are” “author names”}?

  1. zentrope answered: (apply hash-map [“these are” “author names”])
  2. deltamualpha posted this