Created
June 13, 2011 18:29
-
-
Save soofaloofa-zz/1023373 to your computer and use it in GitHub Desktop.
1. Toys (Clojure)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn atom? [x] | |
(not (seq? x))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clojure functions for Chapter 1 of The Little Schemer.