Skip to content

Instantly share code, notes, and snippets.

@Ariarule
Created April 13, 2012 18:33
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 Ariarule/2378996 to your computer and use it in GitHub Desktop.
Save Ariarule/2378996 to your computer and use it in GitHub Desktop.
time-balance
(defn time-balance [schedule time-track excluded-items]
(- (time-until-the-end time-track)
(time-left-to-do schedule excluded-items)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment