We give this a place

Building a greenhouse universe

Talking about things together is often enough.

But sometimes, we want a place where related things can live side by side.

When that happens, we choose a container.


universe Greenhouse {
  describe { ... }

  book Plants {
    describe {
      Living things that grow in the greenhouse.
    }
  }

  concept TomatoPlant {
    describe { ... }
  }

  concept BasilPlant {
    describe { ... }
  }

  concept WateringCan {
    describe { ... }
  }
}

This gives us somewhere things could belong — when we're ready.