Nicolas Petton 6acabb8fe5 Merge pull request #163 from pdebruic/master | 12 éve | |
---|---|---|
bin | 12 éve | |
css | 12 éve | |
examples | 12 éve | |
images | 12 éve | |
js | 12 éve | |
repl | 12 éve | |
server | 13 éve | |
st | 12 éve | |
.gitignore | 13 éve | |
CHANGELOG | 12 éve | |
LICENSE | 13 éve | |
Makefile | 12 éve | |
README.md | 12 éve | |
documentation.html | 12 éve | |
favicon.ico | 13 éve | |
index.html | 12 éve | |
learn.html | 12 é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