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}
You can make two memory variables using and. https://github.com/noprompt/meander/blob/epsilon/doc/cookbook.md#use-the-same-value-from-a-memory-variable-twice
@jimmy Thanks! I thoght about that trick and must have screwed it up when I tried...
as an aside I read your post about rewriting meander with meander. Pretty cool stuff!
Glad you liked it :)