Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active November 12, 2025 07:42
Show Gist options
  • Select an option

  • Save sogaiu/ec3b81bb128c07c33a67c6456dfbfe52 to your computer and use it in GitHub Desktop.

Select an option

Save sogaiu/ec3b81bb128c07c33a67c6456dfbfe52 to your computer and use it in GitHub Desktop.
relationships among janet-pm, bundle/* bits in boot.janet, and jeep
spork
┌──────────────┐
│ ┌──────────┐ │ ┌────┐
│ │ janet-pm │ │ │jeep│
│ └─────┬────┘ │ └──┬─┘
└───────┼──────┘ │
│ │
┌─────────┼─────────────────────┼─────────┐
│ │ │ │
│ ┌─────▼─────────────────────▼─────┐ │
│ │ bundle/* bits [1] in boot.janet │ │ [1] e.g. `bundle/install`, `bundle/list`, etc.
│ └─────────────────────────────────┘ │
│ │
└─────────────────────────────────────────┘
janet
trying to express that `janet-pm` and `jeep` use `bundle/*` functions that come with `janet`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment