gfredericks / seventy-one

71 in Clojure
Eclipse Public License 1.0
39 stars 9 forks source link

Add namespace with a bunch of useful utils for working with 71 #17

Closed aengelberg closed 4 years ago

aengelberg commented 6 years ago

Based on the discussion in #16, it's clear that there is a need for helper functions to simplify common operations with the number 71, but if we go that route, they should be in a separate dedicated namespace. So in this pull request I created com.gfredericks.seventy-one.util which has four new exciting functions, including fast-seventy-one per Gary's suggestion in #2.

gfredericks commented 6 years ago

Hmm, I just realized we don't have a CI setup. I'll file an issue.

aengelberg commented 4 years ago

Closing this since to avoid clutter as I don't plan to work on addressing the code review comments here in the near future, but feel free to re-open if someone else wants to take it over the line.