Re: [Pharo-users] [Pharo-project] [ANN] Phratch: Scratch on Pharo2.0
Hi Serge, On Mar 24, 2013, at 9:06 PM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
Hi Jannik,
nice work ! When we start Scat, we have the same idea of using it for robotics and integrate alternate version of Scratch.
Thank you
But why fork the Scat effort with another Google project ?
We could merge them. Just I saw that there is no update on the Scat Google code since 2011, so I create one. Then, about the files to download, there are some changes inside the skin folder to integrate BYOB. Cheers, Jannik
Regards,
On Sun, Mar 24, 2013 at 8:56 PM, jannik.laval <jannik.laval@gmail.com> wrote:
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
-- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://doesnotunderstand.org/
participants (1)
-
jannik.laval