Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Pipes

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

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

*

Languages without Pipes include C3

*

View all concepts with or missing a hasPipes measurement

*

Read more about Pipes on the web: 1.

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll