meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
yuhan 2020-01-17T05:00:05.002700Z

Great, thanks for the fix! I didn't realise meander was looking at the 1st arg at all, that seems like a purely 'value' instead of 'syntax' position

jimmy 2020-01-17T06:07:17.004700Z

We look at it in order to optimize. We can eliminate lots of checks if things are literals. So if you pass a map we don't need to check at run time that something is a map. We didn't take it super far right now. But we can in the future.