PharoDays2022

Description

PharoDays2022

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
March 1, 2022
Updated
March 1, 2022

README excerpt

# PharoDays2022
PharoDays2022

## Presentation baseline

In a Pharo10 image Playground, do this:
```Smalltalk
Metacello new
    baseline: 'PharoDays2022';
    repository: 'github://maxwills/PharoDays2022:main';
    load.
```

## MethodProxies
The MethodProxies library:
https://github.com/pharo-contributions/MethodProxies

## Seeker
If you wish to use Seeker (Scriptable Time-Traveling Queryable Debugger) in your own Pharo images, all the information can be found in the project's repository:
https://github.com/maxwills/SeekerDebugger

← Back to results