Fork me on GitHub
#meander
<
2020-09-13
>
jeremys16:09:42

Hi, quick question, is it possible to use the value of a memory var twice? In something like:

(m/rewrite [:a :b]
  [!x  ...]
  (m/map-of ????))
;=> {:a :a :b :b}

jeremys16:09:31

@U5K8NTHEZ Thanks! I thoght about that trick and must have screwed it up when I tried...

🙂 3
jeremys16:09:15

as an aside I read your post about rewriting meander with meander. Pretty cool stuff!

Jimmy Miller16:09:00

Glad you liked it :)