From: "Peter J. Holzer"
From: "Peter J. Holzer"
--prnws536gtytpj5v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote:
> Either wait for
To: Steven D'Aprano
From: "wxjmfauth"
To: Steven D'Aprano
From: wxjmfa...@gmail.com
Le vendredi 22 juin 2018 11:07:15 UTC+2, Steven D'Aprano a ─CcritΓ :
>
> C# <--> IronPython 2.7 <--> CPython 3.6
>
C# <--> IronPython 2.7.
It will not wo
To: Schachner, Joseph
From: "denis akhiyarov"
To: Schachner, Joseph
From: denis.akhiya...@gmail.com
Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or
things like gRPC. Based on PyPy experience, it is probably 1-2 years of
sponsored development to get
From: "Peter J. Holzer"
--prnws536gtytpj5v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote:
> Either wait for IronPython 3.6, use COM inter
To: Steven D'Aprano
From: wxjmfa...@gmail.com
Le vendredi 22 juin 2018 11:07:15 UTC+2, Steven D'Aprano a ─CcritΓ :
>
> C# <--> IronPython 2.7 <--> CPython 3.6
>
C# <--> IronPython 2.7.
It will not work. Coding of characters ! Try with IronPython 2.7.8.
To: Schachner, Joseph
From: denis.akhiya...@gmail.com
Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or
things like gRPC. Based on PyPy experience, it is probably 1-2 years of
sponsored development to get a working IronPython 3.6.
--- BBBS/Li6 v4.10 Toy-3
* Origin
On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote:
> Either wait for IronPython 3.6, use COM interop, pythonnet,
> subprocess, or things like gRPC. Based on PyPy experience, it is
> probably 1-2 years of sponsored development to get a working
> IronPython 3.6.
What is
Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or
things like gRPC. Based on PyPy experience, it is probably 1-2 years of
sponsored development to get a working IronPython 3.6.
--
https://mail.python.org/mailman/listinfo/python-list
Wait.
-Original Message-
From: fantasywan...@gmail.com
Sent: Friday, June 22, 2018 2:45 AM
To: python-list@python.org
Subject: ironpython not support py3.6
We have a project implemented with c# and python, iron python is a good choice
for us to integrate these two tech together but
u pay the IronPython developers to build
support for 3.6? Probably not...
Do you need fully managed .Net code from Python? If not "Python for .Net"
may suit:
https://pythonnet.github.io/
Either stick to the latest version of IronPython (2.7), or the latest of
CPython (3.6).
Or ma
We have a project implemented with c# and python, iron python is a good choice
for us to integrate these two tech together but iron python not support python
3.6 yet, any suggest for this?
--
https://mail.python.org/mailman/listinfo/python-list
e the debugger could end up removing quotes on
args. *#PyDev-797*
- The debugger now works with IronPython again -- although note that
*IronPython* *2.7.6* and *2.7.7* have a critical bug which prevents
IronPython from working in PyDev:
https://github.com/IronLanguages/main/i
On behalf of the IronPython team, I'm very happy to announce the
release of IronPython 2.7.5[1]. Like all IronPython 2.7-series
releases, .NET 4 is required to install it. Installing this release
will replace any existing IronPython 2.7-series installation.
Assemblies for embedding are pro
On 8/4/14, 8:17 AM, danwgr...@gmail.com wrote:
Hello,
I am thinking of using IronPython to build an Python application. Using WPF in
Visual Studio to draw the GUI and create the XAML. Can I then run this Python
application on a Mac OS X (10.8)?
Thanks.
IronPython is a Windows-only product
On Aug 4, 2014 6:23 AM, wrote:
>
> Hello,
> I am thinking of using IronPython to build an Python application. Using
WPF in Visual Studio to draw the GUI and create the XAML. Can I then run
this Python application on a Mac OS X (10.8)?
> Thanks.
> --
Nope. IronPython on Mac runs
Hello,
I am thinking of using IronPython to build an Python application. Using WPF in
Visual Studio to draw the GUI and create the XAML. Can I then run this Python
application on a Mac OS X (10.8)?
Thanks.
--
https://mail.python.org/mailman/listinfo/python-list
Hi All,
I already familiar with the python, selenium2library and robot framwork.
But i don't know how to connect those things with the ironpython in visual
studio.
How to integrate pyhton with selenium2library in visual studio by using
ironpython, is there a special dll to make impo
On Wed, Jul 3, 2013 at 3:05 PM, HighBeliever wrote:
> Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has
> forced me to use IronPython because my program is dependent on a .dll file
> that uses .NET framework.
>
> I moved all my code to Iron Python and
Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has
forced me to use IronPython because my program is dependent on a .dll file that
uses .NET framework.
I moved all my code to Iron Python and modified it to work with the dll. But I
cant import PyQt4 module into the
Changes in Ver 1.0.5 (and 1.0.4, 1.0.3, 1.0.2, 1.0.1)
- *Fix several bugs under Python 3.x*
- *Add Mac / iODBC platform support*
- *Improved ODBC ANSI / unicode mode support*
Features
- *One pure Python script, runs on CPython /
IronPython<https://code.google.com/p/pypyodbc/w
On Thu, 2012-05-17 at 11:13 +1000, Chris Angelico wrote:
> On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote:
> > A record is an interesting critter -- it is given life either from the user
> > or from the disk-bound data; its fields can then change, but those changes
> > are not reflected on
Chris Angelico wrote:
On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote:
A record is an interesting critter -- it is given life either from the user
or from the disk-bound data; its fields can then change, but those changes
are not reflected on disk until .write_record() is called; I do thi
On 17 May 2012 11:13, Chris Angelico wrote:
> On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote:
> > A record is an interesting critter -- it is given life either from the
> user
> > or from the disk-bound data; its fields can then change, but those
> changes
> > are not reflected on disk unt
On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote:
> A record is an interesting critter -- it is given life either from the user
> or from the disk-bound data; its fields can then change, but those changes
> are not reflected on disk until .write_record() is called; I do this
> because I am fr
Tim Delaney wrote:
On 17 May 2012 07:33, Ethan Furman wrote:
Just hit a snag:
In cPython the deterministic garbage collection allows me a
particular optimization when retrieving records from a dbf file --
namely, by using weakrefs I can tell if the record is still in
memory and active, and if s
uot;copyright", "credits" or "license" for more information.
import sys
sys.subversion
('Jython', 'tags/Release_2_5_2', '7206')
I don't know what IronPython or PyPy return, but it should be
something other than 'CPython'.
Thanks
On 17 May 2012 07:33, Ethan Furman wrote:
> Just hit a snag:
>
> In cPython the deterministic garbage collection allows me a particular
> optimization when retrieving records from a dbf file -- namely, by using
> weakrefs I can tell if the record is still in memory and active, and if so
> not hit
Inc.)] on java1.6.0_31
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.subversion
('Jython', 'tags/Release_2_5_2', '7206')
I don't know what IronPython or PyPy return, but it should be
something other than 'CPython'.
--
http://mail.python.org/mailman/listinfo/python-list
Just hit a snag:
In cPython the deterministic garbage collection allows me a particular
optimization when retrieving records from a dbf file -- namely, by using
weakrefs I can tell if the record is still in memory and active, and if
so not hit the disk to get the data; with PyPy (and probably
On May 26, 9:44 am, Jimmy Schementi wrote:
> You need to run it from a web-server; it doesn't work when running from
> file:// due to Silverlight's security sandbox. Read the comments on my
> blog-post, it mentions the web-server there.
I see..
But here: http://silverlighttest.zzl.org/silverli
On May 26, 9:44 am, Jimmy Schementi wrote:
> You need to run it from a web-server; it doesn't work when running from
> file:// due to Silverlight's security sandbox. Read the comments on my
> blog-post, it mentions the web-server there.
I see..
But here: http://silverlighttest.zzl.org/silverlig
You need to run it from a web-server; it doesn't work when running from file://
due to Silverlight's security sandbox. Read the comments on my blog-post, it
mentions the web-server there.
--
http://mail.python.org/mailman/listinfo/python-list
Here is how it looks on free webhosting account:
http://silverlighttest.zzl.org/silverlighttest.html
It is supposed to show a window with "Hello from python", but it shows
smth else completely.
--
http://mail.python.org/mailman/listinfo/python-list
Basically i am following this tutorial:
http://blog.jimmy.schementi.com/2010/03/pycon-2010-python-in-browser.html
According to it, this code should run fine:
http://www.w3.org/TR/html4/strict.dtd";>
http://gestalt.ironpython.net/dlr-20100305.js";>
http://github.com/jschementi/
pyco
rom: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Dino Viehland
Sent: Sunday, March 13, 2011 2:22 PM
To: Discussion of IronPython; python-list
Subject: Re: [IronPython] IronPython 2.7 Now Available
The PTVS release is really an extended version of the tool
The PTVS release is really an extended version of the tools in IronPython 2.7.
It adds support for CPython including debugging, profiling, etc... while still
supporting IronPython as well. We'll likely either replace the tools
distributed w/ IronPython with this version (maybe minus t
Can someone on the list clarify differences or overlap between the tools
included in this release, and the PTVS release?
--
http://mail.python.org/mailman/listinfo/python-list
On behalf of the IronPython team, I'm very pleased to announce the
release of IronPython 2.7. This release contains all of the language
features of Python 2.7, as well as several previously missing modules
and numerous bug fixes. IronPython 2.7 also includes built-in Visual
Studio support th
Jason Earl writes:
> Which is more of a promise than Microsoft has given to Python. I am
> not arguing for Mono, as I am not a fan. But if you honestly think
> that Python doesn't infringe on some of Microsoft's patents you are
> crazy.
It's quite true that anyone can be sued, at any time, for a
On Tue, Aug 10 2010, Ben Finney wrote:
> Steven D'Aprano writes:
>
>> On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote:
>> > Is there any way for a non-.NET program to access a .NET library? Or
>> > is it necessary to drink the entire bottle of .NET kool-aid?
>>
>> http://www.mono-project.
On 08/10/2010 02:07 AM, Gregory Ewing wrote:
> Tim Roberts wrote:
>
>> I'm not sure that's really fair. The .NET Common Language Runtime is a
>> vast and very useful class library, including two complete GUI systems. The
>> thought was that IronPython and
Steven D'Aprano writes:
> On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote:
> > Is there any way for a non-.NET program to access a .NET library? Or
> > is it necessary to drink the entire bottle of .NET kool-aid?
>
> http://www.mono-project.com/Main_Page
Anyone thinking of using Mono nee
Steven D'Aprano, 10.08.2010 10:04:
On Tue, 10 Aug 2010 18:42:35 +1200, Lawrence D'Oliveiro wrote:
Go on, name one creative thing which was ever done in Dotnet.
Not just Dotnet, but Python on Dotnet.
http://www.python.org/about/success/resolver/
At the very end of that article, I found this
On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote:
> Tim Roberts wrote:
>
>> I'm not sure that's really fair. The .NET Common Language Runtime is a
>> vast and very useful class library, including two complete GUI systems.
>> The thought was that IronPy
>
> Used only by corporate code-cutter drones.
>
> Go on, name one creative thing which was ever done in Dotnet.
Not just Dotnet, but Python on Dotnet.
http://www.python.org/about/success/resolver/
http://blog.jonudell.net/2007/09/27/first-look-at-resolver-an-ironpytho
Tim Roberts wrote:
I'm not sure that's really fair. The .NET Common Language Runtime is a
vast and very useful class library, including two complete GUI systems. The
thought was that IronPython and IronRuby would let people who were
comfortable in those languages tap into the CLR.
Lawrence D'Oliveiro, 10.08.2010 08:42:
In message<7fr16650meigqgmj8rh0n3a66q9r4j4...@4ax.com>, Tim Roberts wrote:
The .NET Common Language Runtime is a vast and very useful class library,
including two complete GUI systems.
Used only by corporate code-cutter drones.
Go on, name one creative
In message <7fr16650meigqgmj8rh0n3a66q9r4j4...@4ax.com>, Tim Roberts wrote:
> The .NET Common Language Runtime is a vast and very useful class library,
> including two complete GUI systems.
Used only by corporate code-cutter drones.
Go on, name one creative thing which was ever done in Dotnet.
-
Lawrence D'Oliveiro wrote:
>
>Frankly I never understood the point of IronPython and IronRuby. They seemed
>like a desperate attempt to keep Dotnet relevant in the modern world of
>dynamic languages. Looks like it was a failure. Yawn.
I'm not sure that's really fair
In message , Neil Hodgson
wrote:
> http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html
Frankly I never understood the point of IronPython and IronRuby. They seemed
like a desperate attempt to keep Dotnet relevant in the modern world of
dynamic languages. Looks l
There is a blog post from Jimmy Schementi who previously worked at
Microsoft on IronRuby about the state of dynamic language work there.
http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html
Neil
--
http://mail.python.org/mailman/listinfo/python-list
Hi Benjamin - and thanks for your reply.
I'm now really confused.
On 27/06/2010 20:05, Benjamin Kaplan wrote:
You don't add references to namespaces. You add references to
assemblies and you then you import the namespace.
> From the documentation:
'''
Namespace: System.Windows.Controls
Assemb
On Sun, Jun 27, 2010 at 10:36 AM, Ian Hobson wrote:
> Hi All,
>
> According to this page
>
> http://msdn.microsoft.com/en-us/library/system.windows.controls.stackpanel.aspx
>
> StackPanel is in the System.Windows.Controls Namespace
>
> When I try and set up a reference to that Namespace I get a "C
Hi All,
According to this page
http://msdn.microsoft.com/en-us/library/system.windows.controls.stackpanel.aspx
StackPanel is in the System.Windows.Controls Namespace
When I try and set up a reference to that Namespace I get a "Could not
add reference to assembly
System.Windows.Controls" erro
by the members of our team
> once or twice a day. Execution time is supposed be negligible. The
> project was an ideal candidate to be implemented in Python. As
> expected the whole script was about 200 lines and was ready in a 2
> hours (the power of Python!).Then I downloaded Ironpytho
On Dec 23, 6:20 am, Lev wrote:
> Is this a correct group to talk about Ironpython? If not, please tell
> which is?
The group for IronPython specific issues is:
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
It's quite active and helpfull.
Cheers,
Nen
or twice a day. Execution time is supposed be negligible. The
project was an ideal candidate to be implemented in Python. As
expected the whole script was about 200 lines and was ready in a 2
hours (the power of Python!).Then I downloaded Ironpython and
relatively painlessly (except the absence of z
Hi!
IronPython is an implementation of Python.
IMO, this group talk about all Pythons.
Therefore, for me, this group is OK.
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 15, 3:31 pm, Thomas Gagne wrote:
> OK--I also haven't programmed on .NET before.
>
> My goal is to play with the "EssentialPDF" libraries inside IronPython.
> But I'm not clear on how to import (load?) Essential's .dll files. Of
> course, all the
On Wed, Apr 15, 2009 at 4:31 PM, Thomas Gagne wrote:
> OK--I also haven't programmed on .NET before.
>
> My goal is to play with the "EssentialPDF" libraries inside IronPython.
> But I'm not clear on how to import (load?) Essential's .dll files. Of
> cou
OK--I also haven't programmed on .NET before.
My goal is to play with the "EssentialPDF" libraries inside IronPython.
But I'm not clear on how to import (load?) Essential's .dll files. Of
course, all the samples files are in C# and VB. I guess I"m wonde
On 17 Mrz., 16:22, Mudcat wrote:
> On Mar 17, 6:39 am, Kay Schluehr wrote:
>
>
>
> > On 16 Mrz., 23:06, Mudcat wrote:
>
> > > On Mar 13, 8:37 pm, Christian Heimes wrote:
>
> > > > Chris Rebert wrote:
> > > > > Haven't used it, butPythonfor .NET sounds like it might be what you
> > > > > want:ht
On Mar 17, 6:39 am, Kay Schluehr wrote:
> On 16 Mrz., 23:06, Mudcat wrote:
>
>
>
> > On Mar 13, 8:37 pm, Christian Heimes wrote:
>
> > > Chris Rebert wrote:
> > > > Haven't used it, butPythonfor .NET sounds like it might be what you
> > > > want:http://pythonnet.sourceforge.net/
>
> > > I've don
On 16 Mrz., 23:06, Mudcat wrote:
> On Mar 13, 8:37 pm, Christian Heimes wrote:
>
> > Chris Rebert wrote:
> > > Haven't used it, butPythonfor .NET sounds like it might be what you
> > > want:http://pythonnet.sourceforge.net/
>
> > I've done some development for and with PythonDotNET. It's definite
On Mar 13, 8:37 pm, Christian Heimes wrote:
> Chris Rebert wrote:
> > Haven't used it, butPythonfor .NET sounds like it might be what you
> > want:http://pythonnet.sourceforge.net/
>
> I've done some development for and with PythonDotNET. It's definitely
> the right thing. It works with .NET, Mono
Chris Rebert wrote:
> Haven't used it, but Python for .NET sounds like it might be what you
> want: http://pythonnet.sourceforge.net/
I've done some development for and with PythonDotNET. It's definitely
the right thing. It works with .NET, Mono and Python 2.4 to 2.6.
Christian
--
http://mail.py
On Fri, Mar 13, 2009 at 3:51 PM, Mudcat wrote:
> All the topics I seem to find on this topic lead me in the direction
> of IronPython, but I'm not interested right now in a reimplementation
> of Python in .Net environment. There are wrappers and methods
> available for integra
All the topics I seem to find on this topic lead me in the direction
of IronPython, but I'm not interested right now in a reimplementation
of Python in .Net environment. There are wrappers and methods
available for integrating with Java, C, and a bevy of other
languages.
I don't know
Hi all,
Version 1.4 of Resolver One, our Pythonic spreadsheet, uses the
Ironclad project to provide (alpha-level) support for numpy in a
IronPython application. You can put numpy matrices in spreadsheet
cells and manipulate them like any other data - there's a 4-minute
screencast here:
The dll needs to be on the Python path (sys.path). You can either add to
the path with sys.path.append("c:\") or put your dll in a folder in
the Python site-packages directory and add a .pth file (for Python.NET,
but not IronPython
-- it doesn't recognise the .pth files).
Hello Everybody
I am trying to import dll with clr.AddReference("TCdll")
I am getting the following error.
Traceback (most recent call last):
File "", line 1, in
clr.AddReference("TCdll")
FileNotFoundException: Unable to find assembly 'TCdll'.
at Python.Runtime.CLRModule.AddReference(St
>
> I don't know the answer - I do know that .NET permissions issues and
> accessing network resources are a bit 'weird'. You're likely to get an
> answer if you ask on the IronPython mailing list.
>
I had it running through the night, ~100 times, 25 of these ga
On Jul 29, 9:34 am, mindmind <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a ironpython 1.1.1.0 host in my c# app, and When doing a
> engine.ExecuteFile(file);
> i often get the error below, when "file" is on a network share :
> (winXp client , windows ?
Hello,
I have a ironpython 1.1.1.0 host in my c# app, and When doing a
engine.ExecuteFile(file);
i often get the error below, when "file" is on a network share :
(winXp client , windows ??? server)
21-07-2008 12:47:28 : Traceback (most recent call last):
21-07-2008 12:47:28
On Mar 24, 12:00 pm, jmDesktop <[EMAIL PROTECTED]> wrote:
> I know that IronPython and CPython are different in that one does not
> use the .net framework, but are they both really the same Python
> language. From my basic understanding, it will depend on what the
> programm
On Mar 24, 12:00 pm, jmDesktop <[EMAIL PROTECTED]> wrote:
> I know that IronPython and CPython are different in that one does not
> use the .net framework, but are they both really the same Python
> language. From my basic understanding, it will depend on what the
> programm
I know that IronPython and CPython are different in that one does not
use the .net framework, but are they both really the same Python
language. From my basic understanding, it will depend on what the
programmer's goal is as to which of the two would be used, but I
didn't know if they w
On Feb 12, 7:49 pm, [EMAIL PROTECTED] wrote:
> Fuzzyman:
>
> > Another interesting little benchmark of CPython and IronPython. Can't
> > see the code, but it looks like an implementation of the 11 queens
> > problem and IronPython comes out a clear winner on this one.
Fuzzyman:
> Another interesting little benchmark of CPython and IronPython. Can't
> see the code, but it looks like an implementation of the 11 queens
> problem and IronPython comes out a clear winner on this one. (Looks
> like no benchmark for psyco.)
If you want a mor
vs CPython?
> And is it possible to useIronPythonin Linux?
>
> D.
Another interesting little benchmark of CPython and IronPython. Can't
see the code, but it looks like an implementation of the 11 queens
problem and IronPython comes out a clear winner on this one. (Looks
like no benchma
ides a speedup.
> >>> There is a set of good benchmarks here, the answer is negative:
> >>>http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all〈...
> >> This doesn't look like Mono to me:
>
> >> IronPython 1.1 (1.1) on .NET 2.
Fuzzyman wrote:
> On Feb 5, 7:47 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] schrieb:
>>
>>> Mike C. Fletcher:
Not sure if Mono also provides a speedup.
>>> There is a set of good benchmarks here, the answer is negative:
>>> http://shootout.alioth.debian.org/sandbox/bench
tive:
>>> http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang...
>> This doesn't look like Mono to me:
>>
>> IronPython 1.1 (1.1) on .NET 2.0.50727.42
>>
>> Stefan
>
> Have you actually looked at the version st
is a set of good benchmarks here, the answer is negative:
> > >http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all〈...
> >
> > This doesn't look like Mono to me:
> >
> >IronPython1.1 (1.1) on .NET 2.0.50727.42
>
>
> Running on Debia
On Feb 5, 6:52 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> Jeff wrote:
> >IronPythonruns on top of .NET. I would be suspect of any claims that
> > it is faster than cPython, just as I would of claims that Stackless or
> > Jython are faster.
>
> Well don't be. There are benchmarks that clearly sh
On Feb 5, 7:47 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] schrieb:
>
> > Mike C. Fletcher:
> >> Not sure if Mono also provides a speedup.
>
> > There is a set of good benchmarks here, the answer is negative:
> >http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&l
On Feb 6, 12:04 am, [EMAIL PROTECTED] wrote:
> Stefan Behnel:
>
> > This doesn't look like Mono to me:
> >IronPython 1.1 (1.1) on .NET 2.0.50727.42
>
> You are right!
No.
> I think this shows that IronPython isn't faster than
> CPython at all :
.debian.org/sandbox/benchmark.php?test=all&lang...
>
> This doesn't look like Mono to me:
>
> IronPython 1.1 (1.1) on .NET 2.0.50727.42
>
> Stefan
Have you actually looked at the version string from IronPython-1.1-
Bin.zip running on Mono?
--
http://mail.python.org/mailman/listinfo/python-list
Stefan Behnel:
> This doesn't look like Mono to me:
> IronPython 1.1 (1.1) on .NET 2.0.50727.42
You are right! I think this shows that IronPython isn't faster than
CPython at all :-) (And it uses more memory).
Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list
Christian Heimes wrote:
> Luis M. González wrote:
>> The result is that it runs slighty faster in both, IP and CP, but
>> cpython is still faster (around 2x) than ironpython.
>> However, when using psyco simply blows everything out of the water...
>
> CPython is very
Luis M. González wrote:
> The result is that it runs slighty faster in both, IP and CP, but
> cpython is still faster (around 2x) than ironpython.
> However, when using psyco simply blows everything out of the water...
CPython is very fast here because it keeps blocks of allocated intege
On 5 feb, 14:31, dmitrey <[EMAIL PROTECTED]> wrote:
> Hi all,
> the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html
> (blog of a game developers)
> says IronPython is faster than CPython in 1.6 times.
> Is it really true?
> If yes, what are IronPython drawbacks
uedev.blogspot.com/2008/02/changes-in-air.html
> > > (blog of a game developers)
> > > says IronPython is faster than CPython in 1.6 times.
> > > Is it really true?
>
> > This is a second time around that IronPython piqued my interest
> > sufficiently t
On Feb 5, 4:56 pm, Arnaud Delobelle <[EMAIL PROTECTED]> wrote:
> Could it be because .NET doesn't have arbitrary length integer types
> and your little benchmark will create lots of integers > 2**32 ?
> What is the result if you replace foo(a) with
> def foo(a): return sqrt(a)
Good observation,
On Feb 5, 8:01 pm, Istvan Albert <[EMAIL PROTECTED]> wrote:
> On Feb 5, 12:31 pm, dmitrey <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html
> > (blog of a game developers)
> > says IronPython is f
dmitrey wrote:
> Hi all,
> the url http://torquedev.blogspot.com/2008/02/changes-in-air.html
> (blog of a game developers)
> says IronPython is faster than CPython in 1.6 times.
> Is it really true?
> If yes, what are IronPython drawbacks vs CPython?
> And is it possible to us
On Feb 5, 12:31 pm, dmitrey <[EMAIL PROTECTED]> wrote:
> Hi all,
> the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html
> (blog of a game developers)
> says IronPython is faster than CPython in 1.6 times.
> Is it really true?
This is a second time around that
[EMAIL PROTECTED] schrieb:
> Mike C. Fletcher:
>> Not sure if Mono also provides a speedup.
>
> There is a set of good benchmarks here, the answer is negative:
> http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=iron
This doesn't look like Mono to
Mike C. Fletcher:
> Not sure if Mono also provides a speedup.
There is a set of good benchmarks here, the answer is negative:
http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=iron
Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 05 Feb 2008 14:22:39 -0500, "Mike C. Fletcher"
> [snip]
>
>PyPy is attempting to address this issue via a separate interpreter, but
>it's currently just playing catch-up on performance most of the time.
>It does have a JIT, and might one day be fast enough to be a usable
>replacement for C
1 - 100 of 356 matches
Mail list logo