Fork me on GitHub
#meander
<
2020-05-29
>
delaguardo08:05:40

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

👀 8
👍 8
Jimmy Miller15:05:14

Definitely will be taking a closer look soon

noprompt16:05:55

@delaguardo Yah, nice work man! 🙂

noprompt16:05:50

The code looks pretty clean and easy to follow.

noprompt16:05:20

Something fun to implement if you’re feeling adventurous is the pattern matcher from Egison: https://www.egison.org

noprompt16:05:21

I’m definitely feeling like I need to export an interpreter.

delaguardo16:05:26

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

noprompt16:05:51

Thats fantastic. Please share that here. 🙂

noprompt16:05:28

I suspect there are many PL nerds lurking here (I among them).

delaguardo16:05:37

it is far from beeing usable, but will do for sure

noprompt16:05:13

All good! Sometimes its just fun to share ideas.

noprompt16:05:31

I have several incomplete toy PLs. 😛