Amber Smalltalk is a Smalltalk like language implementation that compiles to JavaScript, and targets browser/server side applications.
The Amber language is deeply inspired by Smalltalk. It is designed to make client-side development faster and easier. Amber includes a live development environment with a class browser, workspace, unit test runner, transcript, object inspector and debugger.
Amber is written in itself, including the compiler, and compiles into efficient JavaScript, mapping one-to-one with the JS equivalent.
Amber home is http://www.amber-lang.net Development happens on GitHub http://github.com/amber-smalltalk Docs are to be found at: http://docs.amber-lang.net/
CategorySmalltalk SmalltalkImplemetation?