Hi there! I recently wrote a small library inspired by meander - https://github.com/xapix-io/matchete would like to know what you think about it main differences: • ~180 cloc • no macroses • recursive patterns
@delaguardo That's awesome!
Definitely will be taking a closer look soon
@delaguardo Yah, nice work man! 🙂
The code looks pretty clean and easy to follow.
Something fun to implement if you’re feeling adventurous is the pattern matcher from Egison: https://www.egison.org
https://github.com/xapix-io/matchete/blob/master/dev/example/graph.cljc one of egison’s examples implemented with matchete )
I’m definitely feeling like I need to export an interpreter.
I wrote matchete because I’m currently working on toy programming language based on pattern matching + aggregates) thanks for the link! was not seeing it yet
Thats fantastic. Please share that here. 🙂
I suspect there are many PL nerds lurking here (I among them).
it is far from beeing usable, but will do for sure
All good! Sometimes its just fun to share ideas.
I have several incomplete toy PLs. 😛