Example gallery
pipescript was developed alongside Advent of Code 2025, and the author’s full set of solutions is a good source of real, non-trivial pipelines – especially for input parsing:
A few starting points:
The day 6 solution pushes the syntax to its limits. It is optimized for pipescript usage rather than readability, so treat it as a showcase of what is possible rather than a style guide.
The other days lean on pipescript mainly for the input-processing steps – a more representative, readable use of the syntax.
For guided walkthroughs, see the tutorials:
Tutorial: the Collatz sequence – branching, iteration, and composition.
Tutorial: untangling nested calls – collapsing nested calls into a pipeline.
And to try any of this live in your browser, open the JupyterLite demo.