<div dir="ltr"><div><div>Uri,<br><br></div>Brython on the other hand, tries to stay true to python (python compatible).  As stated before it doesn't compile to stand alone Javascript, but the compile time is usually minimal.  Access to Javascript libraries is supported.  You really should give it a try..  <a href="http://brython.info">http://brython.info</a><br><br></div>Billy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 7:52 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Aug 12, 2015 at 5:08 AM, Fabio Zadrozny <<a href="mailto:fabiofz@gmail.com">fabiofz@gmail.com</a>> wrote:<br>
><br>
> As it's just a way to convert from a Python-like syntax to JavaScript syntax you can even switch to plain JavaScript later on if you want -- in fact, when you debug the code you'll be debugging JavaScript and not Python (it's like CoffeScript but with a Python-like syntax).<br>
><br>
<br>
</span>So, it functions with ECMAScript semantics everywhere? This is an<br>
important consideration. A Python integer is not the same as an<br>
ECMAScript number (which is a float), and a Python string is not the<br>
same as an ECMAScript string, and a Python dictionary has attributes<br>
and keys which don't collide.<br>
<br>
I'm more than a little tickled by the PyPyJS project:<br>
<br>
<a href="http://pypyjs.org/" rel="noreferrer" target="_blank">http://pypyjs.org/</a><br>
<br>
That's PyPy running in your web browser. The semantics are 100%<br>
Python, but... uhh, it does require a fairly hefty download of code<br>
before it can do anything. That _is_ a bit of a downside, but it's<br>
still a pretty cool project!<br>
<br>
ChrisA<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br></div>