A Pharo/Smalltalk library for interacting with linked data models via contextual views.
- Pharo (13+ recommended)
- python3-venv
To load the latest development branch, open a playground window (Ctrl+O+W) and evaluate:
Metacello new baseline: 'PatternBuffer';
repository: 'github://capsulecorplab/patternbuffer:main/src';
load.To load the latest release, open a playground window (Ctrl+O+W) and evaluate:
Metacello new baseline: 'PatternBuffer';
repository: 'github://capsulecorplab/patternbuffer:v0.5.1/src';
load.NOTE: Evaluate by highlighting the code, then either right-click on the highlighted code and click Do it or press Ctrl+D.