I'm trying to programatically load some clojure libraries to make a simple auto-test program.
What I end up sending to require is this
(require :reload '("peg" "test.peg-test"))
How do I transform that list into something useful, or am I totally barking up the wrong tree?