Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.
Manfred Kroehnert c54c41e227 Merge branch 'master' into grunt-dev | 11 anni fa | |
---|---|---|
bin | 11 anni fa | |
css | 12 anni fa | |
examples | 11 anni fa | |
grunt | 11 anni fa | |
images | 11 anni fa | |
js | 11 anni fa | |
repl | 11 anni fa | |
server | 12 anni fa | |
st | 11 anni fa | |
test | 11 anni fa | |
.gitignore | 11 anni fa | |
.gitmodules | 12 anni fa | |
.travis.yml | 12 anni fa | |
CHANGELOG | 13 anni fa | |
LICENSE | 13 anni fa | |
Makefile | 13 anni fa | |
README.md | 12 anni fa | |
documentation.html | 13 anni fa | |
favicon.ico | 13 anni fa | |
grunt.js | 11 anni fa | |
helios.html | 12 anni fa | |
index.html | 12 anni fa | |
learn.html | 13 anni fa | |
package.json | 11 anni fa |
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.
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 is released under the MIT license. All contributions made for inclusion are considered to be under MIT.
More on the project page