Skip to content

Instantly share code, notes, and snippets.

@Sophia-Gold
Last active September 19, 2017 21:47
Show Gist options
  • Save Sophia-Gold/1a020474f32ff64f75a2a9acb1ed2397 to your computer and use it in GitHub Desktop.
Save Sophia-Gold/1a020474f32ff64f75a2a9acb1ed2397 to your computer and use it in GitHub Desktop.
(defn str-to-longs [^String s]
(map #(Character/codePointAt s (long %)) (range (count s))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment