In problem 119:
(is (= (__ :x [[:o :e :e]
the check of the solution fails completely because the is-macro isn't available.
Since this additional step is not needed, it should be omitted.
Edit:
As a workaround I added a definition for it at the begin of my function as a dummy:
(fn [p b] (defn is [arg] args) (...