Skip to content

Instantly share code, notes, and snippets.

@jebberjeb
Created October 23, 2013 14:19
Show Gist options
  • Save jebberjeb/7119700 to your computer and use it in GitHub Desktop.
Save jebberjeb/7119700 to your computer and use it in GitHub Desktop.
[(= (next (range 10))
(rest (range 10)))
(= (next '(1)) ;; => nil
(rest '(1))) ;; => ()
(= (next nil) ;; => nil
(rest nil))] ;; => ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment