Skip to content

Instantly share code, notes, and snippets.

@6ewis
Created February 17, 2015 00:32
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 6ewis/ea8867dab84127495831 to your computer and use it in GitHub Desktop.
Save 6ewis/ea8867dab84127495831 to your computer and use it in GitHub Desktop.
(let [location (get-lat-long)
_ (println "Current location:" location)
location (find-city-name location)]
…display city name for current location in UI…)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment