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