sprig and prose Explore

We pause for a moment

Building a greenhouse universe

So far, we've only noticed what's here.

A tomato plant. A watering can.

At this point, people often feel different urges about what to do next.


universe Greenhouse {
  describe { ... }

  concept TomatoPlant {
    describe { ... }
  }

  concept WateringCan {
    describe { ... }
  }
}

Notice which one feels closer right now.

  • I want to name what kind of thing the tomato plant is.
  • I want to name the other plant sitting nearby.
Previous