An implementation of the Smalltalk language that runs on top of the JS runtime
Go to file
Nicolas Petton aa53ec31cb Use Commands 2012-10-12 14:51:43 +02:00
bin made changes to remove the warning about 'sys' being renamed 'util' and changes to allow Cross Origin Resource Sharing in the node.js server 2012-04-17 08:31:40 -07:00
css Use Commands 2012-10-12 14:51:43 +02:00
examples Fixed issue #167 2012-05-08 18:04:49 +02:00
images Mostly working layout 2012-10-09 20:05:26 +02:00
js Use Commands 2012-10-12 14:51:43 +02:00
repl Fixed issue #141 2012-05-08 17:30:53 +02:00
server Compiler improvements 2012-09-12 12:51:30 +02:00
st Use Commands 2012-10-12 14:51:43 +02:00
test Build test for nodejs 2012-09-28 16:25:08 +02:00
.gitignore ignore test/run.js 2012-09-29 13:20:53 +02:00
.travis.yml Add Travis config file 2012-09-28 16:27:46 +02:00
CHANGELOG
LICENSE
Makefile
README.md Add a link to the travis build page 2012-09-28 16:42:12 +02:00
documentation.html
favicon.ico
helios.html Use Commands 2012-10-12 14:51:43 +02:00
index.html Updated jQuery to 1.8.2 2012-09-29 12:45:30 +02:00
learn.html
package.json NPM package description 2012-10-09 20:05:26 +02:00

README.md

Amber Travis CI Status

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.

Overview

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 features an IDE with a Class browser, Workspace, Transcript, a ReferencesBrowser supporting senders/implementors and class references, basic Inspector and even a beginning of a Debugger and a unit TestRunner.
  • Pharo Smalltalk is considered as the reference implementation.
  • Amber includes a canvas to generate HTML, like Seaside
  • Amber can use Javascript libraries and the current IDE is built on jQuery
  • You can inline Javascript code and there are many ways to interact between Amber and Javascript

License

Amber is released under the MIT license. All contributions made for inclusion are considered to be under MIT.

More infos

More on the project page