1
0

Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.

Nicolas Petton c29b8d536c - new Ajax class преди 14 години
css 2ae0cec309 Removed buttons padding преди 14 години
js c29b8d536c - new Ajax class преди 14 години
scripts dc8e021881 first commit преди 14 години
st c29b8d536c - new Ajax class преди 14 години
LICENSE 0db7c97d72 updated license infos преди 14 години
README.md f774d1fc45 Readme преди 14 години

README.md

Jtalk

By Nicolas Petton petton.nicolas@gmail.com

Jtalk 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

Jtalk is written in itself, including the parser and compiler. Jtalk compiles into efficient JavaScript, mapping one-to-one with the equivalent JavaScript. There is no interpretation at runtime.

Some highlights:

  • Jtalk features an IDE with a Class browser, workspace and transcript
  • Pharo Smalltalk is considered as the reference implementation
  • Jtalk includes a canvas to generate HTML, like Seaside
  • Jtalk includes a jQuery binding

License

Jtalk is released under the MIT license.

More infos

More on the project page