|
@@ -55,6 +55,12 @@ t: 0; border: 0;" src="./ide/fork_me.png" alt="Fork me on GitHub"></a>
|
|
|
<p>Jtalk is an implementation of the <a href="http://en.wikipedia.org/wiki/Smalltalk">Smalltalk</a> language that runs on top of the <a href="http://en.wikipedia.org/wiki/Javascript">JavaScript</a> runtime. It is designed to make client-side development faster and easier.</p>
|
|
|
<p>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.</p>
|
|
|
<p>Try a <button onclick="smalltalk.Browser._open()"> Class browser</button> right now!</p>
|
|
|
+ <p>You may want to look at sample applications:
|
|
|
+ <ul>
|
|
|
+ <li><a href="examples/trysmalltalk/index.html">Try Smalltalk in your web browser</a></li>
|
|
|
+ <li><a href="examples/presentation/index.html">JTalk slides</a></li>
|
|
|
+ </ul>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="right"><img src="./ide/screen2.png"></div>
|
|
|
<div class="clear"></div>
|