yes it is:<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 23px; "><h4 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 18px; padding-right: 0px; padding-bottom: 4px; padding-left: 0px; line-height: 26px; font-size: 14px; font-weight: bold; text-transform: uppercase; ">
SMALLTALK</h4><ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; padding-top: 20px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "><li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; ">
<a href="http://clamato.net/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; color: rgb(65, 131, 196); text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; ">Clamato</a> a Smalltalk dialect that is designed to operate within the JavaScript runtime.</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "><a href="http://www.silversmalltalk.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; color: rgb(65, 131, 196); text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; ">Silver Smalltalk</a> [commercial] Smalltalk in the browser.</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "><a href="http://nicolaspetton.github.com/jtalk/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; color: rgb(65, 131, 196); text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; ">JTalk</a> An implementation of the Smalltalk language that runs on top of the JavaScript runtime.</li>
</ul></span><br><div class="gmail_quote">On Mon, Mar 21, 2011 at 5:43 PM, Hannes Hirzel <span dir="ltr">&lt;<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
More compilers which compile from a dynamic language to JavaScript<br>
<br>
<a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS" target="_blank">https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS</a><br>
<br>
Smalltalk not mentioned yet ....<br>
<font color="#888888"><br>
--Hannes<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
On 3/21/11, Richard Durr &lt;<a href="mailto:richard.durr@googlemail.com">richard.durr@googlemail.com</a>&gt; wrote:<br>
&gt; As far as I can see, the only way to call external Javascript is by writing<br>
&gt; Javascript-Code directly into a method like so:<br>
&gt; doSomethingWith: anObject<br>
&gt;      {&#39;return SOMELIBRARY.doSomething(anObject); &#39;}<br>
&gt;<br>
&gt; is this correct?<br>
&gt; The OMETA based Smalltalk-&gt;JS translator seem to let one use st-syntax for<br>
&gt; direct access to javascript like so:<br>
&gt;<br>
&gt; doSomethingWith: anObject [<br>
&gt;     SOMELIBRARY doSomething: anObject.<br>
&gt; ]<br>
&gt;<br>
&gt; and CoffeeScript can use JS seamlessly in the same way.<br>
&gt;<br>
&gt; Best regards,<br>
&gt; RD<br>
&gt;<br>
&gt; On Mon, Mar 14, 2011 at 7:36 PM, Nicolas Petton<br>
&gt; &lt;<a href="mailto:petton.nicolas@gmail.com">petton.nicolas@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I would like to share a project I&#39;m working on on my spare time: Jtalk<br>
&gt;&gt; Smalltalk.<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://nicolaspetton.github.com/jtalk" target="_blank">http://nicolaspetton.github.com/jtalk</a><br>
&gt;&gt; <a href="https://github.com/NicolasPetton/jtalk" target="_blank">https://github.com/NicolasPetton/jtalk</a><br>
&gt;&gt;<br>
&gt;&gt; Jtalk is an implementation of the Smalltalk language that compiles into<br>
&gt;&gt; JavaScript.<br>
&gt;&gt;<br>
&gt;&gt; Some features:<br>
&gt;&gt; - it is written in itself (including the parser/compiler)<br>
&gt;&gt; - it is self-contained<br>
&gt;&gt; - it compiles into efficient JS code<br>
&gt;&gt; - it uses the Squeak chunk format<br>
&gt;&gt; - Pharo is considered as the reference implementation<br>
&gt;&gt;<br>
&gt;&gt; I think Jtalk can be compared to CoffeeScript[1], Objective-J[2] or<br>
&gt;&gt; Clamato[3], from which it reuses some ideas and code.<br>
&gt;&gt;<br>
&gt;&gt; Jtalk includes an IDE with a class browser, transcript and workspace, an<br>
&gt;&gt; HTML canvas similar to Seaside and a jQuery binding.<br>
&gt;&gt;<br>
&gt;&gt; It is still a young piece of code, and some important features are still<br>
&gt;&gt; missing/incomplete.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; Nicolas Petton<br>
&gt;&gt;<br>
&gt;&gt; [1] <a href="http://jashkenas.github.com/coffee-script/" target="_blank">http://jashkenas.github.com/coffee-script/</a><br>
&gt;&gt; [2] <a href="http://cappuccino.org/" target="_blank">http://cappuccino.org/</a><br>
&gt;&gt; [3] <a href="http://clamato.net" target="_blank">http://clamato.net</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div>