Skip to content

Instantly share code, notes, and snippets.

@jballanc
Forked from smiler/gist:7353931
Last active December 27, 2015 16:19
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 jballanc/7354050 to your computer and use it in GitHub Desktop.
Save jballanc/7354050 to your computer and use it in GitHub Desktop.
(let [dt (elapsed-time t)
balls (->> balls
(map #(move % dt))
(map #(keep-in-bounds dt ctx %)))]
;; Do stuff with balls
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment