README 439 B

1234567
  1. 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.
  2. 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.
  3. Jtalk is released under the MIT license.
  4. http://nicolaspetton.github.com/jtalk