-
Notifications
You must be signed in to change notification settings - Fork 123
Filing in code recipe
hhzl edited this page Oct 15, 2014
·
3 revisions
If you want to import existing Smalltalk code in Amber, it is doable through the chunk format.
So,
- FileOut your code into the chunk format from your Smalltalk environment
- Go to the Amber workspace (Legacy browser, not Helios)
- Paste the content of your chunk file in the workspace
- Select all text in the workspace (or it will not work)
- Hit the FileIn button
Of course, it will not always work since there may be unsupported features. But it still is a great way to import existing code and start the porting to Amber.
Note: Works fine in Amber version 0.13