Re: IronPython 1.0 released today!

2006-09-07 Thread Felipe Almeida Lessa
7 Sep 2006 16:34:56 -0700, Luis M. González <[EMAIL PROTECTED]>: > People are already porting some of these libraries. > Those that are written in pure python don't need to be ported, but > those that rely on c extensions can be rewritten in c# or any other > .NET language. Or in C that is P/Invok

Re: IronPython 1.0 released today!

2006-09-07 Thread Luis M. González
Chris wrote: > Diez B. Roggisch wrote: > > Chris wrote: > > > >> Jim Hugunin wrote: > >>> I'm extremely happy to announce that we have released IronPython 1.0 > >>> today! > >>> http://www.codeplex.com/IronPython > >> > >> > >> I'm no code guru but it sounds interesting. So can I import numpy, >

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread John J. Lee
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: [...re Scipy on IronPython...] > No, you can't. I'm not sure if there are any bridging attempts being made, > but in this respect IronPython is the same as Jython - a completely > different runtime which executes its own byte-code. Haven't heard re S

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Diez B. Roggisch
Duncan Booth schrieb: > [EMAIL PROTECTED] (Lawrence Oluyede) wrote: > >> Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote: >>> Does IronPython runs Twisted? >> I really don't think so. They don't have many needed modules, like >> select :-) >> > > So? IronPython has a select module although it does

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Lawrence Oluyede
Duncan Booth <[EMAIL PROTECTED]> wrote: > So? IronPython has a select module although it doesn't seem to be complete > yet. The IronPython mailing list has discussions about getting CherryPy to > run, and it sounds as though it isn't quite there yet, but it is getting > there. I don't think my ans

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Duncan Booth
[EMAIL PROTECTED] (Lawrence Oluyede) wrote: > Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote: >> Does IronPython runs Twisted? > > I really don't think so. They don't have many needed modules, like > select :-) > So? IronPython has a select module although it doesn't seem to be complete yet. T

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Lawrence Oluyede
Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote: > Does IronPython runs Twisted? I really don't think so. They don't have many needed modules, like select :-) -- Lawrence - http://www.oluyede.org/blog "Nothing is more dangerous than an idea if it's the only one you have" - E. A. Chartier -- http

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Aahz
In article <[EMAIL PROTECTED]>, Jim Hugunin <[EMAIL PROTECTED]> wrote: > >I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython Congrats! -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ I support the RKAB -

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Felipe Almeida Lessa
2006/9/5, Jim Hugunin <[EMAIL PROTECTED]>: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython Does IronPython runs Twisted? -- Felipe. -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] IronPython 1.0 released today!

2006-09-07 Thread Chris
Diez B. Roggisch wrote: > Chris wrote: > >> Jim Hugunin wrote: >>> I'm extremely happy to announce that we have released IronPython 1.0 >>> today! >>> http://www.codeplex.com/IronPython >> >> >> I'm no code guru but it sounds interesting. So can I import numpy, >> scipy, matplotlib, wxpython etc

Re: IronPython 1.0 released today!

2006-09-07 Thread Super Spinner
Congrats on reaching 1.0, Jim. BTW, here's a John Udell screencast of Jim demo'ing IronPython. Among other things, it shows IronPython integrating with Visual Studio, Monad, C#, VB.NET, and WPF. It's a great video. http://weblog.infoworld.com/udell/2006/08/30.html#a1515 -- http://mail.python.o

Re: [ANN] IronPython 1.0 released today!

2006-09-06 Thread Diez B. Roggisch
Chris wrote: > Jim Hugunin wrote: >> I'm extremely happy to announce that we have released IronPython 1.0 >> today! >> http://www.codeplex.com/IronPython > > > > I'm no code guru but it sounds interesting. So can I import numpy, > scipy, matplotlib, wxpython etc like I do now with CPython and

Re: [ANN] IronPython 1.0 released today!

2006-09-06 Thread Neil Hodgson
Chris: > I'm no code guru but it sounds interesting. So can I import numpy, > scipy, matplotlib, wxpython etc like I do now with CPython and expect, > short of a few tweaks, that my code will work? No, IronPython is currently unable to load CPython DLLs. Neil -- http://mail.python.or

Re: IronPython 1.0 released today!

2006-09-06 Thread NoelByron
Great, I couldn't do better Ok, I couldn't do it all... ;o) But I'm a little bit concerned. Have you ever thought of using a different file prefix for python files depending on .NET assemblies like .pyi? Sooner or later we want to associate IronPython files with IronPython in the windows shell

Re: [ANN] IronPython 1.0 released today!

2006-09-06 Thread Chris
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython I'm no code guru but it sounds interesting. So can I import numpy, scipy, matplotlib, wxpython etc like I do now with CPython and expect, short of a few tweaks

Re: IronPython 1.0 released today!

2006-09-06 Thread gslindstrom
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython Way to go, Jim!! I am impressed with the effort. --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
[EMAIL PROTECTED] wrote: > > For those of us who have never used IronPython or Mono, is there a quick > start document laying about somewhere? It wasn't clear to me where to even > look. For example, is Mono == DotGnu? I scribbled a rough howto. Hope it help. Mono and DotGNU are two different p

Re: IronPython 1.0 released today!

2006-09-05 Thread Ray
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython > Thanks - Jim Hugunin (for the IronPython Team) Congratulations I've been following IronPython too since you announced it years back--it's really exciting

Re: IronPython 1.0 released today!

2006-09-05 Thread skip
sanxiyn> Yes, it will run with Mono 1.1.17 or later out of the box with sanxiyn> zero problems. For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. For example, is Mono == DotGnu? (I'm

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
Neal Becker wrote: > Will it run with mono? Yes, it will run with Mono 1.1.17 or later out of the box with zero problems. -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] IronPython 1.0 released today!

2006-09-05 Thread Neal Becker
Will it run with mono? -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] IronPython 1.0 released today!

2006-09-05 Thread Sybren Stuvel
Jim Hugunin enlightened us with: > I'm extremely happy to announce that we have released IronPython 1.0 > today! http://www.codeplex.com/IronPython Congratulations! > We were also able to release IronPython publicly from Microsoft with > a BSD-style license. [...] Without the drive and input of

Re: [ANN] IronPython 1.0 released today!

2006-09-05 Thread M�ta-MCI
Félicitations. Et chapeau pour votre travail. Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-05 Thread M. David Peterson
Congratulations, Jim!  Truly and amazing vision you and your development staff have brought into fruition :)From my recent post to the O'Reilly Windows DevCenter,ref: http://www.oreillynet.com/windows/blog/2006/09/jim_huguninmsft_announce_ironp.html Congratulations are in order to Jim Hugunin, Din

[ANN] IronPython 1.0 released today!

2006-09-05 Thread Jim Hugunin
I'm extremely happy to announce that we have released IronPython 1.0 today! http://www.codeplex.com/IronPython I started work on IronPython almost 3 years ago. My initial motivation for the project was to understand all of the reports that I read on the web claiming that the Common Language Ru