Re: [IronPython] Method invocation when assigned to instancediffers from default assignment?

2007-02-20 Thread Simon Dahlbacka
-Original Message- Here's a simple scenario I can think of where instances might have callable attributes that don't need (or want) self automatically put in as the first argument: --Reply-- But see, wouldn't it be nice, in your example, to do this: import sys class Logger(object) :

[IronPython] Ruby, RoR, IronPython, Dynamic, Static, and the Power of Two Too

2007-02-20 Thread M. David Peterson
For those with interest, I've referenced IronPython fairly extensively in a recent post to my blog @ http://dev.aol.com/ which attempts to make sense of the difference between static and dynamic languages, the importance of both, and why embracing sometimes first requires one to let go, http://de

Re: [IronPython] Method invocation when assigned to instancediffers from default assignment?

2007-02-20 Thread Erzengel des Lichtes
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of drew moore Sent: Sunday, February 18, 2007 8:25 AM To: Discussion of IronPython Subject: Re: [IronPython] Method invocation when assigned to instancediffers from default assignment? Wow! you're not the typica

Re: [IronPython] Feature request: Make assembly loadingstrategy configurable.

2007-02-20 Thread Jeff Brown
Yes, it would be much better if I could disable the built-in AssemblyResolve hook. From my perspective it would be better if the script could do it dynamically at runtime. Say, clr.EnableAssemblyResolveHook = False or clr.AssemblyResolveMode = AssemblyResolveMode.LoadFromPath / Custom / etc... i

Re: [IronPython] popen should not open new windows.

2007-02-20 Thread Jeff Brown
Excellent, thank you. =) Jeff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Monday, February 19, 2007 3:43 PM To: Discussion of IronPython Subject: Re: [IronPython] popen should not open new windows. Thanks for the bug report! I

Re: [IronPython] Using a Python-Module from other Languages over .NET?

2007-02-20 Thread kls
Thanks for the answers, but the solving writing interface classes in c# vb.net and so on, is to much complex for me at the moment because i can only python. Maybe when my module is complete finished and some .net-coders would like to use it, i will try that. > In addition to the memory efficien

Re: [IronPython] Better source code access?

2007-02-20 Thread Martin Maly
Unfortunately, the table _is_ static :( M. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Tuesday, February 20, 2007 4:02 AM To: Discussion of IronPython Subject: Re: [IronPython] Better source code access? 2007/2/14, Martin Maly <[E

Re: [IronPython] CodePlex downloader

2007-02-20 Thread Nicholas Riley
On Tue, Feb 20, 2007 at 08:54:56PM +0900, Sanghyeon Seo wrote: > This can be used to track the latest changes from Microsoft team, by > those who don't have direct access to the source code repository. I > have used this script since June 2006 to track IronPython and > Phalanger. Aiee, I wish I ha

Re: [IronPython] Better source code access?

2007-02-20 Thread Sanghyeon Seo
2007/2/14, Martin Maly <[EMAIL PROTECTED]>: We did talk to the CodePlex team and it turns out that they consciously impose this limitation. Only the members of the Contributor/Developer group have access to the server via the Team Explorer. Since we talked to them last, we haven't heard any update

[IronPython] CodePlex downloader

2007-02-20 Thread Sanghyeon Seo
I did a minimal fix to my CodePlex downloader, in order to cope with changed Source Code tab layout and new CodePlex URL scheme. https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/util/codeplex.py Usage: mkdir ProjectName # download the latest source code to the created directory (this is the f