Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.
Nicolas Petton 18060aefbe Merge pull request #400 from herby/random-strings | 11 éve | |
---|---|---|
bin | 11 éve | |
css | 11 éve | |
grunt | 11 éve | |
images | 11 éve | |
js | 11 éve | |
repl | 11 éve | |
server | 11 éve | |
st | 11 éve | |
test | 11 éve | |
.gitignore | 11 éve | |
.travis.yml | 11 éve | |
CHANGELOG | 11 éve | |
LICENSE | 11 éve | |
README.md | 11 éve | |
grunt.js | 11 éve | |
index.html | 11 éve | |
package.json | 11 éve |
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