Fork me on GitHub
#meander
<
2021-06-22
>
timothypratley17:06:10

So I was porting some gamma meander to epsilon and it seems like gamma used to support ~@ but epsilon does not, can I still do the thing some other way?

timothypratley17:06:04

{:as ?m}
('and ~@(second (unravel-pattern ?m)))
is what I’m trying to port

noprompt17:06:56

@timothypratley We should support ~@ but I’m working on an Asami ticket at the moment. In that case I think you should be able to write

('and & ~(second (unravel-pattern ?m)))
Later today I’ll see what is required to add ~@.

timothypratley17:06:07

🙂 oh cool. No rush! 🙂

noprompt17:06:46

Did that work?