meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
2020-05-29T08:01:40.337700Z

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

2👍2👀
jimmy 2020-05-29T15:22:43.338400Z

@delaguardo That's awesome!

jimmy 2020-05-29T15:23:14.338600Z

Definitely will be taking a closer look soon

noprompt 2020-05-29T16:49:55.338900Z

@delaguardo Yah, nice work man! 🙂

noprompt 2020-05-29T16:50:50.339300Z

The code looks pretty clean and easy to follow.

noprompt 2020-05-29T16:51:20.340100Z

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

2020-05-31T12:55:36.347Z

https://github.com/xapix-io/matchete/blob/master/dev/example/graph.cljc one of egison’s examples implemented with matchete )

noprompt 2020-05-29T16:55:21.342Z

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

2020-05-29T16:55:26.342300Z

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

noprompt 2020-05-29T16:55:51.342600Z

Thats fantastic. Please share that here. 🙂

noprompt 2020-05-29T16:56:28.343300Z

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

2020-05-29T16:56:37.343600Z

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

noprompt 2020-05-29T16:57:13.344200Z

All good! Sometimes its just fun to share ideas.

noprompt 2020-05-29T16:57:31.344600Z

I have several incomplete toy PLs. 😛