Pyro

A scripting language for people who enjoy the simpler things in life.

Version 0.9.35

Tutorials


Operator Overloading

This tutorial demonstrates Pyro's support for operator overloading by building a custom complex-number type.

Iterators

This tutorial demonstrates Pyro's iterator protocol by building an iterator for a custom linked-list type.

Indexing

This tutorial shows you how to add indexing support to a user-defined type by building a custom ListMap type that maps keys to lists of values.