Posts
Showing posts from July, 2007
Logical Drive Enumeration in IronPython
- Get link
- X
- Other Apps
By
hexdump42
-
WPF Examples
- Get link
- X
- Other Apps
Steve Gilham has posted some IronPython examples of using WPF, translated from some IronRuby examples: Hello WPF in IronPython Steve also has another blog: Tinesware . This has example code for a program that calculates hashes of files by dragging and dropping onto a window (code for Python, Jython and IronPython) and also a screenshot of an FTP program he is writing with IronPython.
Silverlight 1.1 Refresh
- Get link
- X
- Other Apps
There is a new release of Silverlight 1.0 out, version RC1. Silverlight 1.1, which has the DLR / IronPython integration has also had a 'Refresh' released (which apparently is different from a new version somehow). This upgrades Silverlight 1.1 to use the new Silverlight 1.0 RC1 core. This does change the Sivlerlight activation model, so may break some code. Microsoft Visual Studio Orcas has also had a new release - beta 2. This is the version of Visual Studio that can compile assemblies and build projects for Silverlight. The beta versions are free, but of course are windows only. Tim Sneath has details and download links for all of this: Silverlight 1.0RC1 is Here
New Release: IronPython 2.0 Alpha 3
- Get link
- X
- Other Apps
A new version of IronPython 2 (still in alpha) has been released. See: Announcement by Dino Viehland The improved support for dynamic sites from IronPython has resulted in a performance improvement for a number of scenarios including method lookup, indexing operations, and member access. This release brings IronPython up to date with the version of the DLR in the recent IronRuby release. It also includes initial support for an 'evaluation mode', where IronPython runs as an interpreter rather than a compiler. As usual, the new release can be downloaded from IronPython on Codeplex .
IronMonkey: IronPython on Tamarin
- Get link
- X
- Other Apps
Brendan Eich has announced three new Mozilla projects: Brendan's Roadmap: New Projects These are 'Action Monkey', 'Screaming Monkey' and 'Iron Monkey'. They are all to do with integrating 'Tamarin' (the bytecode JIT VM that Mozilla was 'given' by Adobe) into Firefox. All three projects are led by experienced Pythonistas. 'Iron Monkey' is led by Seo Sanghyeon, and involves bringing IronPython to run on Tamarin! Tamarin:IronMonkey
IronRuby Released and IronPython to Accept User Contributions
- Get link
- X
- Other Apps
A pre-alpha version of IronRuby has just been released: A First Look at IronRuby by John Lam Scott Guthrie has posted a good introduction to using it (interacting with WPF): First Look at IronRuby by Scott Guthrie John Lam's announcement about IronRuby included a couple of surprises. It is to be hosted on Rubyforge rather than Codeplex and will accept contributions from the community. This is something that hasn't so far been possible with IronPython, so members of the community were keen to hear if the same thing would also reply. Jim Hugunin responded on the IronPython mailing list that this will happen in the long term, but we would have to wait...
Resolver is Launched
- Get link
- X
- Other Apps
By
hexdump42
-
Michael Foord finally can tell the IronPython world what he has been working on in his day job. The product Resolver One is a 'rapid application development tool', for analysing and presenting business data using a familiar 'spreadsheet interface written in IronPython. This certainly shows that IronPython is more than a scripting language. http://www.voidspace.org.uk/python/weblog/arch_d7_2007_07_07.shtml#e763
IronPython in Japan
- Get link
- X
- Other Apps
Apparently we've just missed it: Python Workshop the Edge Of course most of that page is in Japanese, but there are a couple of particularly interesting links: IronPython and Dynamic Languages (pdf) (in English) Looks like Mahesh has been having fun in Japan - nice presentation. IronPython Hands On (pdf) This one is in Japanese, but the code examples are easy to follow! A good winforms example with the TableLayoutPanel.