Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created August 26, 2013 16:16
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 anildigital/830d565a5e05c911b972 to your computer and use it in GitHub Desktop.
Save anildigital/830d565a5e05c911b972 to your computer and use it in GitHub Desktop.
(ns bob)
(defn response-for [input]
(when (= input "Whatever." )
("Tom-ay-to, tom-aaaah-to.")))
(response-for "Whatever.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment