Нема описа

Nicolas Petton 24a57231a6 Reformattings in Collection пре 10 година
bin 0e8a0e4c5b Moving things out of bin. пре 10 година
cli d69ba7c719 amberc.js: update documentation пре 10 година
css 26d88e7049 More font changes to Helios code widget пре 10 година
grunt 0e8a0e4c5b Moving things out of bin. пре 10 година
images fb4335e4e5 helios: new package icon пре 10 година
js 24a57231a6 Reformattings in Collection пре 10 година
st 24a57231a6 Reformattings in Collection пре 10 година
support 5c58345bed Tries to fix loading amber from deeply nested pages. пре 10 година
test 9f0d7f69eb Testrunner: use amberc 'main' feature (fixes #620) пре 10 година
.gitignore 5d1d304030 fix gitignore to take bower into account пре 11 година
.travis.yml 529df069ce Travis tests both on node 0.8 and 0.10. пре 11 година
API-CHANGES.txt 5d42f79989 add missed both-ifEmpty-alternatives selectors пре 10 година
CHANGELOG 6558378c38 CHANGELOG: add missing ' in popupHelios statement пре 10 година
CONTRIBUTING.md b71a19e9ef Added "update API-CHANGES" to contributing guide пре 10 година
Gruntfile.js 0e8a0e4c5b Moving things out of bin. пре 10 година
LICENSE e9d2f1e009 Update years in LICENSE пре 11 година
README.md 6e70cea833 Remove Grunt specific paragraph and redirect to CONTRIBUTING.md пре 10 година
bower.json a3b26abf58 Working on 0.13.0 пре 10 година
favicon.ico 8b43eb58f1 Add a favicon пре 11 година
helios.html 502c9372fb defaultAMDNamespace -> defaultAmdNamespace пре 10 година
index.html 502c9372fb defaultAMDNamespace -> defaultAmdNamespace пре 10 година
package.json a3b26abf58 Working on 0.13.0 пре 10 година

README.md

Amber Travis CI Status

By Nicolas Petton petton.nicolas@gmail.com and Amber contributors

Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime. It is designed to make client-side development faster and easier.

Overview

Amber is written in itself, including the parser and compiler. Amber compiles into efficient JavaScript, mapping one-to-one with the equivalent JavaScript. There is no interpretation at runtime.

Some highlights:

  • Amber features an IDE with a Class browser, Workspace, Transcript, a ReferencesBrowser supporting senders/implementors and class references, basic Inspector and even a beginning of a Debugger and a unit TestRunner.
  • Pharo Smalltalk is considered as the reference implementation.
  • Amber includes a canvas to generate HTML, like Seaside
  • Amber can use Javascript libraries and the current IDE is built on jQuery
  • You can inline Javascript code and there are many ways to interact between Amber and Javascript

License

Amber is released under the MIT license. All contributions made for inclusion are considered to be under MIT.

Building Amber

This step is only used by people developing Amber itself. Please refer to CONTRIBUTING.md for further details. It explains the Amber development setup and how to contribute.

More infos

More on the project page