Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.
Nicolas Petton 09ef3fa281 Throw unknown variable errors only if the node value is undeclared in `window' | 12 år sedan | |
---|---|---|
bin | 12 år sedan | |
css | 12 år sedan | |
examples | 12 år sedan | |
images | 12 år sedan | |
js | 12 år sedan | |
repl | 12 år sedan | |
server | 12 år sedan | |
st | 12 år sedan | |
.gitignore | 13 år sedan | |
CHANGELOG | 13 år sedan | |
LICENSE | 13 år sedan | |
Makefile | 13 år sedan | |
README.md | 13 år sedan | |
documentation.html | 13 år sedan | |
favicon.ico | 13 år sedan | |
index.html | 13 år sedan | |
learn.html | 13 år sedan |
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