Skip to content

Instantly share code, notes, and snippets.

@soofaloofa-zz
Created June 13, 2011 18:29
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 soofaloofa-zz/1023373 to your computer and use it in GitHub Desktop.
Save soofaloofa-zz/1023373 to your computer and use it in GitHub Desktop.
1. Toys (Clojure)
(defn atom? [x]
(not (seq? x)))
@soofaloofa-zz
Copy link
Author

Clojure functions for Chapter 1 of The Little Schemer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment