Multiple Worlds for Pharo
Do you ever feel restricted by just one world? Would you rather have an entire universe of them, with a new blank canvas whenever you want one?
There is code in the inbox that allows you to do just that. Visually, it’s like Squeak projects. Although, there is no UI for this initial iteration, so you create and switch worlds via a simple API:
wm := WorldManager instance. "Add a world" wm createOrSwitchToWorldNamed: 'AnotherWorld'. "Return to the default world" wm createOrSwitchToWorldNamed: 'Pharo'. |
Try it out:
- UPDATE: File-in MultipleWorlds.2.cs, which is attached to the issue in the tracker
- Discussion on mailing list
Categories: Pharo
[...] This post was mentioned on Twitter by Dennis Schetinin. Dennis Schetinin said: RT @SeanDenigris: New blog post: Multiple Worlds for Pharo http://seandenigris.com/blog/?p=767 #Smalltalk #Pharo [...]