-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"kind":1,"language":"markdown","value":"# Moosebook\n\n## Description\n\nA Moosebook is a file that allows you to use Pharo from a Notebook.\nYou can compute Pharo code, and get string or png result.\n\n## Demo\n\nLet's create a basic Object using Pharo\n\n### Basic"},{"kind":2,"language":"pharo","value":"test := Object new."},{"kind":1,"language":"markdown","value":"We can also compute numbers"},{"kind":2,"language":"pharo","value":"number := 1 + 1"},{"kind":1,"language":"markdown","value":"> Variables are shared between cells"},{"kind":2,"language":"pharo","value":"number"},{"kind":1,"language":"markdown","value":"### Image Roassal\n\nYou can also create image using [Roassal](https://github.com/ObjectProfile/Roassal3)"},{"kind":2,"language":"pharo","value":"RSAnimationExamples new example03Atom"},{"kind":1,"language":"markdown","value":"You can also visualize the above animation with the GTK backend. To do so, select the line and perform `Show the result of selected lines`"}] | ||
[{"kind":1,"language":"markdown","value":"# Moosebook\n\n## Description\n\nA Moosebook is a file that allows you to use Pharo from a Notebook.\nYou can compute Pharo code, and get string or png result.\n\n## Demo\n\nLet's create a basic Object using Pharo\n\n### Basic"},{"kind":2,"language":"pharo","value":"test := Object new.\n\nhello := RSCanvas new"},{"kind":1,"language":"markdown","value":"We can also compute numbers"},{"kind":2,"language":"pharo","value":"number := 1 + 1"},{"kind":1,"language":"markdown","value":"> Variables are shared between cells"},{"kind":2,"language":"pharo","value":"number := number + 1"},{"kind":1,"language":"markdown","value":"### Image Roassal\n\nYou can also create image using [Roassal](https://github.com/ObjectProfile/Roassal3)"},{"kind":2,"language":"pharo","value":"RSAnimationExamples new example16Gris"},{"kind":1,"language":"markdown","value":"You can also visualize the above animation with the GTK backend. To do so, select the line and perform `Show the result of selected lines`"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters