Nicolas Petton 53c0b5a976 Merge pull request #403 from mkroehnert/fixes | 11 år sedan | |
---|---|---|
bin | 11 år sedan | |
css | 11 år sedan | |
grunt | 11 år sedan | |
images | 11 år sedan | |
js | 11 år sedan | |
repl | 11 år sedan | |
server | 11 år sedan | |
st | 11 år sedan | |
test | 11 år sedan | |
.gitignore | 11 år sedan | |
.travis.yml | 11 år sedan | |
CHANGELOG | 11 år sedan | |
LICENSE | 11 år sedan | |
README.md | 11 år sedan | |
grunt.js | 11 år sedan | |
index.html | 11 år sedan | |
package.json | 11 å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