An implementation of the Smalltalk language that runs on top of the JS runtime
Go to file
Nicolas Petton fd186dddd9 Merge pull request #272 from herby/uiless-testrunner
TestSuiteRunner uses fork; impl. fork using pool.
2012-12-28 08:34:08 -08:00
bin Alternative creation of TMPDIR in Windows. 2012-12-10 19:07:05 +01:00
css Use Commands 2012-10-12 14:51:43 +02:00
examples Submodule googlecharts changes 2012-11-17 16:41:30 -05:00
images Mostly working layout 2012-10-09 20:05:26 +02:00
js Merge pull request #272 from herby/uiless-testrunner 2012-12-28 08:34:08 -08:00
repl Fixed issue #141 2012-05-08 17:30:53 +02:00
server server.js: \t does not get expanded; use 4 spaces instead 2012-12-10 23:46:14 +01:00
st Merge pull request #272 from herby/uiless-testrunner 2012-12-28 08:34:08 -08:00
test Console test runner uses TestSuiteRunner. 2012-12-10 18:33:21 +01:00
.gitignore ignore test/run.js 2012-09-29 13:20:53 +02:00
.gitmodules added googlecharts subproject at examples/googlecharts 2012-11-15 16:30:18 -05:00
.travis.yml Add Travis config file 2012-09-28 16:27:46 +02:00
CHANGELOG Updated CHANGELOG for 0.9.1 release 2012-01-16 01:01:39 +01:00
LICENSE
Makefile Fixes for REPL, included in top Makefile, fixed clean and make run etc. 2012-01-16 11:02:13 +01:00
README.md Add a link to the travis build page 2012-09-28 16:42:12 +02:00
documentation.html
favicon.ico
helios.html Split Helios-Core into Helios-Core and Helios-Environments 2012-11-06 13:50:39 +01:00
index.html update broken Fork Me on GitHub graphics 2012-12-09 06:24:38 -05: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