upvote
I asked for short form functions! Neovim has a ton of apis that accept functions as configuration. Having to write `function(x) return x > 3 end` is so much more annoying than `|x| -> x > 3`. I'd prefer just `|x| x > 3` but alas. I agree that a `|x| -> do ... end` lambda variant is redundant to normal anonymous functions though.
reply
> You might as well just make a new language instead.

I agree. I posted this on the GitHub issues but got nothing but downvotes.

> In effort to not pollute the github issue

You should make yourself heard. It's a legitimate concern.

reply