Top 1K Features Creators Events Podcasts Books 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))
Example from 1 languages: MoonBit
fn init { x |> f // 等价于 f(x) x |> f(y) // 等价于 f(x, y) }
*

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

*

Languages without Pipes include C3

*

View all concepts with or missing a hasPipes measurement

*

Read more about Pipes on the web: 1.

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements