meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2020-04-05T20:03:08.111400Z

(defn indexed* [coll]
  (map-indexed vector coll))

(me/defsyntax indexed [& patterns]
  `(me/and (me/pred seqable?)
           (me/app indexed* (~@patterns))))
Has anyone done something similar to this? ☝️

noprompt 2020-04-05T20:06:24.111900Z

I think someone had asked about how to do something like this before.