agile-ai-in-pharo

Description

Contents based on the book "Agile Artificial Intelligence in Pharo" by Alexandre Bergel.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
May 3, 2024
Updated
May 3, 2024

README excerpt

# agile-ai-in-pharo
Contents based on the book "Agile Artificial Intelligence in Pharo" by Alexandre Bergel.
## Installation

```st
Metacello new
	repository: 'github://osoco/agile-ai-in-pharo:master/src';
	baseline: 'AgileAIInPharo';
	load
```

## Load Lepiter
				
After installing with Metacello, you will be able to execute

```
#BaselineOfAgileAIInPharo asClass loadLepiter
```

← Back to results