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: https://github.com/smacke/aoc2025 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: - :doc:`/tutorials/collatz` -- branching, iteration, and composition. - :doc:`/tutorials/parsing` -- collapsing nested calls into a pipeline. And to try any of this live in your browser, open the `JupyterLite demo `_.