Skip to content

Marmat21/PharoSourceCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PharoSourceCode

This repository contains the Pharo source code of the Agile Artificial Intelligence book.

Before loading the code, you need to have the Roassal visualization engine installed. You can do so with:

Metacello new
    baseline: 'Roassal2';
    repository: 'github://ObjectProfile/Roassal2/src';
    load.

You can load it via:

Metacello new
  baseline: 'AgileArtificialIntelligence';
  repository: 'github://AgileArtificialIntelligence/PharoSourceCode/src' ;
  load.

If you have a local copy of both Roassal2 and PharoSourceCode:

Metacello new
  baseline: 'Roassal2';
  repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/Roassal2' ;
  lock;
  load.
  
Metacello new
  baseline: 'AgileArtificialIntelligence';
  repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/PharoSourceCode' ;
  lock;
  load.

About

Source code of Agile Artificial Intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 99.2%
  • HTML 0.8%