Re: [IronPython] Accessing CPython from compiled assemblies

2009-09-17 Thread Harry Pierson
FYI, I covered how to compile CPython python packages into a DLL for inclusion in my Pygments for WLWriter project. Relevant post is at http://devhawk.net/2009/08/10/Compiling+Python+Packages+Into+Assemblies.aspx Harry -Original Message- From: users-boun...@lists.ironpython.com [mailto

Re: [IronPython] Users Digest, Vol 61, Issue 38

2009-08-18 Thread Harry Pierson
There are two downloads: ironruby-0.9.0 (http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30914#DownloadId=77408) and IronPython binaries for ironruby-0.9.0 interop (http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30914#DownloadId=77409). You need both.

[IronPython] Wiki Editor Role

2009-08-16 Thread Harry Pierson
FYI, the CodePlex team pushed out a new release last week [1] that includes Wiki Editor permissions. As I blogged [2], we're going to give out wiki editor permissions to anyone who asks for them. Note, however, that being a wiki editor means you can't rate releases. If you're interested, please

Re: [IronPython] FlowDocument XAML syntax highlighting and restructured text

2009-08-10 Thread Harry Pierson
Very cool Michael. FYI, pygments runs in IronPython except for a but in their _automodule class in pygments/lexers/__init__.py (http://dev.pocoo.org/projects/pygments/browser/pygments/lexers/__init__.py). If you comment out the last 6 lines of lexers/__init__.py, pygments will run under IronPy

Re: [IronPython] SQLite

2009-07-29 Thread Harry Pierson
We don't support the CPython sqlite3 module, but I would expect the System.Data.SQLite DLL to work with IronPython. I imagine it would be possible to build a sqlite3 compatible wrapper around System.Data.SQLite, but I don't know if anyone has done that. Harry -Original Message- From: u

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2009-05-07 Thread Harry Pierson
This is awesome Dave. Good work. One small suggestion: Is it possible to include the CodePlex Change Set number in this automated email? The changeset you're including is for the internal TFS so there's no easy way to find the associated CodePlex change set other than manually comparing the che

[IronPython] The Fifth Assembly

2008-10-21 Thread Harry Pierson
The latest in our ongoing saga to rid the IPy world of type collisions between DLR and System.Core is live in the latest IPy source drop, v0.4 of the Silverlight Dynamic Languages SDK and the upcoming RC1 release of IronPython 2.0. I detail what the change is and why we did it on my blog: http

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-19 Thread Harry Pierson
I sent email to the compiler folks on this since I'm not sure ExtensionAttribute should be considered a predefined system type (VBC doesn't). But they wouldn't be able to make any changes in time for our 2.0 release anyway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [IronPython] Announcing IronPython 2.0 Beta4

2008-08-06 Thread Harry Pierson
>From my soon to be posted blog on B4: I mentioned a couple of weeks ago that I've been spending a lot of time with lawyers, and this is the first step towards making the IronPython project as open as possible. Note the use of the word "first" in that previous statement. In other words, I've go

Re: [IronPython] Roadmap and updates

2008-08-06 Thread Harry Pierson
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max R. Yaffe Sent: Monday, August 04, 2008 7:06 PM To: users@lists.ironpython.com Subject: [IronPython] Roadmap and updates Note: I originally wrote this to Harry Pierson directly who asked that I post it publi

[IronPython] IPy Post 2.0 Roadmap Clarifications

2008-07-31 Thread Harry Pierson
I posted an update to the roadmap on my blog to address two questions that came up in my comments section. http://devhawk.net/2008/07/30/IPy+Post+20+Roadmap+Clarifications.aspx. We discussed Michael Foord's question "will you actively maintain IronPython 2 and IronPython 3 in parallel?" here on

Re: [IronPython] Switching Mailing List to CodePlex

2008-07-24 Thread Harry Pierson
Good point Seo, thanks for pointing that out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Thursday, July 24, 2008 4:55 PM To: Discussion of IronPython Subject: Re: [IronPython] Switching Mailing List to CodePlex > If you've got a s

[IronPython] (no subject)

2008-07-23 Thread Harry Pierson
it should be possible to make the switch over to the CodePlex infrastructure. However, I wouldn't want to make a change like that without getting some feedback from the community at large. If you've got a strong opinion about CodePlex mailing lists one way or another, please let me k

Re: [IronPython] IronPython Post 2.0 Roadmap

2008-07-21 Thread Harry Pierson
and the > IQueryable stack from .NET 3.5). > > To be honest, once those 3 features are available in IP, I think > it would be on par with the mainstream languages in being very > usable in an exclusive sense. > > -Original Message- > From: [EMAIL

Re: [IronPython] IronPython Post 2.0 Roadmap

2008-07-20 Thread Harry Pierson
: Saturday, July 19, 2008 10:38 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython Post 2.0 Roadmap Sanghyeon Seo wrote: > 2008/7/20 Harry Pierson <[EMAIL PROTECTED]>: > >> Hosting features are all done via the DLR, so that's a separate team. As for >>

Re: [IronPython] IronPython Post 2.0 Roadmap

2008-07-19 Thread Harry Pierson
Hosting features are all done via the DLR, so that's a separate team. As for "ability to interact with the rest of the .Net framework", can you be more specific about what you're looking for in that space? What *isn't* IPy doing that you want it to? Harry Pierso

[IronPython] IronPython Post 2.0 Roadmap

2008-07-16 Thread Harry Pierson
Posted to my blog @ http://devhawk.net/2008/07/17/IronPython+Post+20+Roadmap.aspx but reproduced below for your convenience. IronPython Post 2.0 Roadmap Michael Foord (aka voidspace) twittered that "None of the IronPython team can get it together to blog regularly, except @jschementi of cour

Re: [IronPython] Announcing IronPython 1.1.2 RC1

2008-07-15 Thread Harry Pierson
FYI, I've got more details on the two breaking changes on my blog. http://devhawk.net/2008/07/15/IronPython+112+RC.aspx. Please let us know if either of these changes affect you From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Srivatsn Narayanan Sent: Monday, July 14, 2008 9:51 PM

Re: [IronPython] FW: IronPython Studio 1.0 for Isolated and Integrated VS Shell

2008-04-05 Thread Harry Pierson
oping this post will make it to someone who can fix the problem, or let me know how to work around it... thanks Ronnie On Tue, Apr 1, 2008 at 2:36 AM, Harry Pierson <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Ken Levy from the Visual Studio extensibility team just blogged ab

[IronPython] FW: IronPython Studio 1.0 for Isolated and Integrated VS Shell

2008-03-31 Thread Harry Pierson
will just snap right into it. If you don't have VS08, you can download the VS08 shell for free (directions on the site) Harry Pierson PM, IronPython [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> http://devhawk.net http://blogs.msdn.com/vsxteam/archive/2008/03/31/ironpython-studio-1-0-f

Re: [IronPython] DLR Hosting Question

2008-03-28 Thread Harry Pierson
I'd recommend "Customizing the Microsoft(r) .NET Framework Common Language Runtime" (http://www.microsoft.com/MSPress/books/6895.aspx ) for learning about the specific CLR knobs to twist in this scenario. Harry From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: F

Re: [IronPython] DLR/ToyScript: Parser generator?

2008-03-13 Thread Harry Pierson
.net/2007/12/10/Practical+Parsing+In+F.aspx BTW, I'm the newest member of the Dynamic Languages team @ Microsoft (http://devhawk.net/2008/03/11/Joining+The+Dynamic+Languages+Team.aspx) and I'm currently in Chicago for PyCon. I'd love to get a chance to chat w/ anyone else

Re: [IronPython] Improving performance with stronger typing

2006-06-06 Thread Harry Pierson
to make the duck typed calls. Check out the "Dynamic Interfaces" section of http://msdn.microsoft.com/library/en-us/dnvs05/html/vb9overview.asp <http://msdn.microsoft.com/vbasic/future/default.aspx?pull=/library/en-us/dnvs05/html/vb9overview.asp> for more details. Harry P

Re: [IronPython] How to update visual studio for Ironpython beta 7& Infinite loop on package import

2006-06-02 Thread Harry Pierson
Title: Re: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import The June CTP of the VSSDK just shipped. Does it have the changes you describe?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Marten Sent: Friday, June 0

Re: [IronPython] Optimized methods and serious performance issues

2006-05-25 Thread Harry Pierson
DirectX is COM based. Managed DirectX is a managed wraper around those COM obects. Harry Pierson Architect Microsoft Architecture Strategy Team email:[EMAIL PROTECTED] IM/email: [EMAIL PROTECTED] weblog: http://devhawk.net <http://.devhawk.