meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
nivekuil 2020-10-09T07:33:18.229400Z

I'd like to a group-by on a vec of vecs where the group key gets removed, like if I group by index 0 I should get [[1 2] [1 3]] => [{1 [2 3]}]. I know I can do this pretty well with xforms, curious how meander compares

noprompt 2020-10-09T16:44:40.230Z

There is a new primitive planned for zeta (and experimentally demonstrated in code) which generalizes variable storage as a reduction that can be user defined. This ends up allowing for variables which automatically group-by, max, etc. Progress on zeta has been slow due to personal time constraints imposed on me by homeschooling and work at the moment.