Hey folks, I just finished a little project of mine
Would love to get feedback on the code 🙏🏽
only piece of feedback i have rn is that if you have a function with a bunch of arguments, using keyword arugments can be helpful
it's odd that get-items has one if branch that returns a lazy-seq of strings, and another that returns a string
and +1 about argument count, I wouldn't even remember what the arguments mean positionally for a clojure.core function with five args, I definitely won't waste my time learning it for some random project