Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created February 13, 2015 20:00
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 mfikes/91b96751a65a8d1b89e8 to your computer and use it in GitHub Desktop.
Save mfikes/91b96751a65a8d1b89e8 to your computer and use it in GitHub Desktop.
iOS stack path
ClojureScript:cljs.user> (first (js/Date.))
Error: Fri Feb 13 2015 14:58:06 GMT-0500 (EST) is not ISeqable
seq (/private/var/mobile/Containers/Data/Application/A3C9B969-ADB6-435A-967E-EB79E858CF23/Documents/cljs/core.js:4212:17)
first (/private/var/mobile/Containers/Data/Application/A3C9B969-ADB6-435A-967E-EB79E858CF23/Documents/cljs/core.js:4242:22)
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment