Evaluate `|>` as shorthand for `| apply`
Open
- Dominant language
- Rust
- Stars
- 393
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Part of me is wondering whether to introduce a new bit of syntax, namely |> as syntactic sugar for using apply, such that you could write `1 |> @ + 2` instead of `1 | apply @ + 2`.
I'm always hesitant to add new syntax, as i feel like simple syntax but a broad library is what makes MistQL MistQL. This might be an exception though. It's clearly a common use case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.