fulcanelly (Maks Kompanienko)
- Login: fulcanelly
- Registered on: 10/30/2020
- Last sign in: 11/29/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
11/29/2020
-
02:06 PM Ruby Feature #17353 (Open): Functional chaining operator
- Since ruby already moving in that direction(functional), I would like to propose add to it OCaml-like chaining/pipe operator into ruby.
Which would allow such syntax
``` ruby
def handle(requests) = requests
|> Array.filter { not ...