Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.
|
%!s(int64=14) %!d(string=hai) anos | |
---|---|---|
css | %!s(int64=14) %!d(string=hai) anos | |
js | %!s(int64=14) %!d(string=hai) anos | |
scripts | %!s(int64=14) %!d(string=hai) anos | |
st | %!s(int64=14) %!d(string=hai) anos | |
LICENSE | %!s(int64=14) %!d(string=hai) anos | |
README.md | %!s(int64=14) %!d(string=hai) anos |
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.
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 is released under the MIT license.
More on the project page