Nicolas Petton ac619ca794 Merge pull request #158 from dalehenrich/Issue143_patch | 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 13 roky | |
favicon.ico | před 13 roky | |
index.html | před 13 roky | |
learn.html | před 13 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