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