evinism / evinism/mistql

Evaluate `|>` as shorthand for `| apply`

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.