1
0

Açıklama Yok

Nicolas Petton 511adf78c2 - renamed js files to match the class category name 14 yıl önce
css 511adf78c2 - renamed js files to match the class category name 14 yıl önce
js 511adf78c2 - renamed js files to match the class category name 14 yıl önce
scripts dc8e021881 first commit 14 yıl önce
st 511adf78c2 - renamed js files to match the class category name 14 yıl önce
LICENSE 0db7c97d72 updated license infos 14 yıl önce
README.md f774d1fc45 Readme 14 yıl önce

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