Skip to content

Instantly share code, notes, and snippets.

@pjagielski
Last active August 6, 2018 18:47
Show Gist options
  • Save pjagielski/921a51ff7be5f53938a22d2d9e7c5084 to your computer and use it in GitHub Desktop.
Save pjagielski/921a51ff7be5f53938a22d2d9e7c5084 to your computer and use it in GitHub Desktop.
(defn team-goal-times [events side]
(->> events
(filter goal?)
(map :time)
(map part-and-time)
(map vector (repeat side))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment