Hi there ☕
yo.
— turbo ([email protected])
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upyo.
— turbo ([email protected])
Would it be possible to change the syntax of {1,2,3} \ |> map((x)-> x * 2) \ |> filter((x)-> x > 4) \ |> reduce(0, (a,b)-> a + b) \ |> print to not…