Hi Pharoers,

I am porting Scratch and BYOB on Pharo 2.0. The name of the project is Phratch.
To begin, I took Scat (a port of Scratch on Pharo1.3) and modify it to make it 
work on Pharo 2.0. For that I integrated FileSystem.
Then, I took BYOB and port it in the project.

I have some bugs, but the main features are working.
The main issue is that it is slow. I will investigate that too.

The goal for me is to use it for teaching software engineering and robotics.
I hope to use Phratch and Pharo 2.0 to create new features.

The project is on SmalltalkHub, and a google code page is available, mainly for 
reporting issues: https://code.google.com/p/phratch/

To download Phratch, just run this code:

Gofer it
    url: 'http://smalltalkhub.com/mc/JLaval/Phratch/main';
    package: 'ConfigurationOfPhratch';
    load.
(Smalltalk at: #ConfigurationOfPhratch) loadBleedingEdge.

Cheers,
Jannik

Reply via email to