Gestalt (codename for the new IronPython in Silverlight integration) has been 
updated to what I showed at PyCon 2010: either reference 
http://gestalt.ironpython.net/dlr-20100305.js in a HTML page, or download the 
redistributable package to develop locally 
(http://ironpython.net/browser/gestalt-20100305.zip), and then you can write 
Python in the browser like so:

<script type="text/python">
    window.Alert("Hello from Python")
</script>

Resources:

  Python in the browser: http://ironpython/browser/
    o Getting Started: http://ironpython.net/browser/gettingstarted.html
    o Documentation: http://ironpython.net/browser/docs.html
  PyCon 2010 talk: 
http://blog.jimmy.schementi.com/2010/03/pycon-2010-python-in-browser.html

Note: this redistributable package will be moved into the normal IronPython 
releases, in the Silverlight directory; these "snapshot of the sources" 
releases are just a convenience until that happens. Also, for every IronPython 
release, a new version will be uploaded to gestalt.ironpython.net 
(ipy-2.6.1.js, for example).

~Jimmy
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to