ailiteracynepal 🇳🇵

Chapter 02

Chapter 2 — What Triggers the Loop

What starts each cycle — ordered by increasing independence from you. Live loops you watch, run-until-done that stops itself, scheduled loops that fire on the clock, and event-driven loops that react to the world.

In this chapter

Sections in this chapter

  1. I Section

    2.1 Live loops: repeat while you watch

    0 / 1 exercises

  2. II Section

    2.2 Run-until-done: stop when the goal is proven

    0 / 1 exercises

  3. III Section

    2.3 Scheduled loops: runs on the clock

    0 / 1 exercises

  4. IV Section

    2.4 Event-driven loops: react when something happens

    0 / 1 exercises