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