JLaval / Phratch
Project infos
| License | MIT |
| Tags | scratch, pharo |
| Creation date | 2013-03-07 |
| Website | https://code.google.com/p/phratch/ |
Monticello registration
About Phratch
Phratch is a Scratch port on Pharo2.0. Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web. http://scratch.mit.edu/
Based on Pharo 2.0, it includes Settings, FileSystem, Metacello. It also includes the BYOB (Build your Own Block --> http://byob.berkeley.edu/#download) features.
To download it, run this code in Pharo2.0 ([http://www.pharo-project.org])
Gofer it
url: 'http://smalltalkhub.com/mc/JLaval/Phratch/main';
package: 'ConfigurationOfPhratch';
load.
(Smalltalk at: #ConfigurationOfPhratch) loadBleedingEdge.
On MacOSX, you can execute this line in a bash for the developer view:
wget --quiet -qO - https://phratch.googlecode.com/files/loadPhratchDev | bash
or this line for the user view:
wget --quiet -qO - https://phratch.googlecode.com/files/loadPhratch | bash
You can find a nightly build phratch image here:
https://ci.inria.fr/pharo-contribution/job/Phratch/
What really change:
- change Menu
- Settings
- FileSystems
- Metacello
- integration of BYOB (allows to build your own blocks)
- Integration of Panther (Category Color and Files)
- A lot of new useful blocks
To ask question or discuss with developers, you can use the following mailing-list: phratch/@\googlegroups.com. Go to https://groups.google.com/forum/?hl=en#!forum/phratch to subscribe to the mailing-list.
