Last active
November 12, 2025 07:42
-
-
Save sogaiu/ec3b81bb128c07c33a67c6456dfbfe52 to your computer and use it in GitHub Desktop.
relationships among janet-pm, bundle/* bits in boot.janet, and jeep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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