Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Pipes

< >
Example from R:
# R has pipes via a library like dplyr starwars %>% filter(species == "Droid")
Example from Bash:
echo "Hello world" > output.txt
Example from Julia:
[1,2,3] |> (y -> f(3, y))
Example from Elixir:
"Elixir" |> String.graphemes() |> Enum.frequencies()

Languages with Pipes include R, Bash, Julia, Elixir, Speedie

Languages without Pipes include C3

Read more about Pipes on the web: 1.

HTML of this page generated by Features.ts

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io