<!DOCTYPE html>
<!-- saved from url=(0025)http://jtalk-project.org/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Jtalk Smalltalk</title>
    
    <meta name="author" content="Nicolas Petton">
    <link rel="stylesheet" type="text/css" href="./ide/style.css">
    <link rel="stylesheet" type="text/css" href="./ide/syntax.css">
    <script type="text/javascript" src="./js/jquery-1.4.4.min.js"></script>
    <script type="text/javascript" src="./js/jquery-ui-1.8.9.custom.min.js"></script>
    <script type="text/javascript" src="./js/jquery.textarea.js"></script>
    <script type="text/javascript" src="./js/boot.js"></script>
    <script type="text/javascript" src="./js/Kernel.js"></script>
    <script type="text/javascript" src="./js/Canvas.js"></script>
    <script type="text/javascript" src="./js/JQuery.js"></script>
    <script type="text/javascript" src="./js/Parser.js"></script>
    <script type="text/javascript" src="./js/Compiler.js"></script>
    <script type="text/javascript" src="./js/IDE.js"></script>
    <script type="text/javascript" src="./js/SUnit.js"></script>
    <script type="text/javascript" src="./js/Examples.js"></script>
    <script type="text/javascript" src="./js/Benchfib.js"></script>
    <script type="text/javascript" src="./js/init.js"></script>
    <link rel="stylesheet" type="text/css" href="./css/jtalk.css">
    <link rel="stylesheet" type="text/css" href="./css/sunit.css">
  </head>
  <body>
    <script type="text/javascript">
      jQuery(window).scroll(function() {
      	if(jQuery(window).scrollTop() > 210) {
		jQuery('#menu')
      			.css('position', 'fixed')
			.css('top', '0px')
	} else {
      		jQuery('#menu')
			.css('position', 'absolute')
      			.css('top', '210px')
      	}
      });
    </script>

    <a href="http://github.com/NicolasPetton/jtalk"><img style="position: absolute; top: 0; lef
t: 0; border: 0;" src="./ide/fork_me.png" alt="Fork me on GitHub"></a>

    <div id="wrapper">
      <div id="header">
	<div class="main">
	  <img alt="Jtalk, the Smalltalk for web developers" src="./ide/text_header.png">
	</div>
      </div>
      
      <div id="menu">
	<div class="main">
	  <ul>
	    <li><a href="http://jtalk-project.org/index.html">Overview</a></li> · 
	    <li><a href="http://jtalk-project.org/index.html#download">Download</a></li> · 
	    <li><a id="doc_link" href="http://jtalk-project.org/documentation.html">Documentation</a></li> ·
	    <li><a target="_blank" href="https://github.com/NicolasPetton/jtalk">Source</a></li> 
	  </ul>
	</div>
      </div>

      <div id="content">
	<div class="main">
	  <div class="box first">
  <div class="content">
    <h1><img alt="Jtalk is an implementation of the Smalltalk language that runs on the JavaScript runtime." src="./ide/title_container1.png"></h1>
    <div class="left">
      <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>
    </div>
    <div class="right"><img src="./ide/screen2.png"></div>
    <div class="clear"></div>
  </div>
</div>

	</div>
      </div>
    
    <div id="footer">
      <div class="main">
	<p>Copyright © 2011 <a href="http://www.nicolas-petton.fr/">Nicolas Petton</a>. The content of this website in licensed under <a href="http://creativecommons.org/licenses/by-nc/3.0/">CC-BY-NC 3.0</a>.</p>
	<p>Jtalk is an opensource project sponsored by <a href="http://www.objectfusion.fr/">objectfusion</a>.</p>
	<p>The design of this website was provided by <a href="mailto:neomie.thirion@gmail.com">Noémie Thirion</a>.</p>
      </div> 
    </div>
    
  


</div></body></html>