Timers in MOGWAI

In a program, it is often necessary to execute code at a specific point in the future, or repeatedly at regular intervals — without blocking the rest of the program. This is exactly the role of timers in MOGWAI.

Loops in MOGWAI

MOGWAI provides a rich set of loop structures, each suited to a specific need. Whether you want to repeat an action a fixed number of times, iterate over a list, run for a given duration, or loop indefinitely, there is always the right loop for the right purpose.

CANON X-07

In 1983, CANON released a machine that sat somewhere between a pocket computer and a “real” computer — the CANON X-07. Financially out of reach for a teenager at the time, yet so fascinating that 40 years later it was still on my wish list. This is the story of how I finally got one, connected it to a PC, and built a dedicated development tool for it.