Skip to content

Instantly share code, notes, and snippets.

@jbrechtel
Created September 15, 2012 13:02
Show Gist options
  • Select an option

  • Save jbrechtel/3727729 to your computer and use it in GitHub Desktop.

Select an option

Save jbrechtel/3727729 to your computer and use it in GitHub Desktop.
(defn basic-item-total [price quantity]
(* price quantity))
(defn with-line-item-conditions [f price quantity]
(apply f price quantity))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment