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