-
Notifications
You must be signed in to change notification settings - Fork 123
Getting started
If you have not tried out Amber yet in the browser visit http://www.amber-lang.net and click on the "Class browser" button to play around with the IDE.
Note that you will not be able to save any code you write and refreshing the page will also revert any changes you have made.
For installing Amber on OS X or Linux, read "Installation on OS X and Linux Mint".
Otherwise, follow the README file on https://github.com/amber-smalltalk/amber
- For more please use the documentation at http://docs.amber-lang.net/ (mostly correct, needs to be updated).
- Amber wiki
For earlier versions of Amber it was possible to download and unzip the amber github repository to set up the web IDE. The libraries used by the web IDE are no longer included so an installation of bower
is necessary which requires the installation of npm
and nodejs
. http://docs.amber-lang.net/js-glossary.html
Getting started -- version 0.11 and earlier
Q: Where can I contribute to the documentation at http://docs.amber-lang.net/?
A: By contributing to https://github.com/amber-smalltalk/amber-documentation repository.