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