Phex

Description

A tool to drive and execute empirical experiments in Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
May 18, 2021
Updated
March 16, 2026

README excerpt

# Phex
A tool to drive and execute empirical experiments in Pharo.
```Smalltalk
Metacello new
    baseline: 'Phex';
    repository: 'github://Pharo-XP-Tools/Phex:main';
    load.

```

The Pharo-XP-Tools baseline branch (used by image generation scripts). This baseline references point to forks in Pharo-XP-Tools organization, providing stable code for each project

```Smalltalk
Metacello new
    baseline: 'Phex';
    repository: 'github://Pharo-XP-Tools/Phex:xp-tools';
    load.

```
← Back to results